]> gitweb.fluxo.info Git - original.git/commitdiff
remove old logo
authorjimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003>
Thu, 20 Jul 2006 16:43:47 +0000 (16:43 +0000)
committerjimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003>
Thu, 20 Jul 2006 16:43:47 +0000 (16:43 +0000)
git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@16 4fa712ea-3c06-0410-9261-c11b4c06c003

convert/imgconv
logo.xcf.bz2 [deleted file]
www/inc/comment_form.inc.php

index 854b6646c8614da374d5f1798eabc14c68187245..84a9bbc64432b98a97b101b312d30db573bcbbab 100755 (executable)
@@ -205,8 +205,8 @@ done
 # zip stuff
 if [ $zip -gt 0 ]; then
     $verbose "archiving"
-    [ $mq ] && zip -R $dir/zip/mq.zip  web-gallery/mq/*.jpg
-    [ $hq ] && zip -R $dir/zip/hq.zip web-gallery/hq/*.jpg
+    [ $mq ] && zip -R $dir/zip/mq.zip  $dir/mq/*.jpg
+    [ $hq ] && zip -R $dir/zip/hq.zip  $dir/hq/*.jpg
 fi
 
 #info.txt
diff --git a/logo.xcf.bz2 b/logo.xcf.bz2
deleted file mode 100644 (file)
index 73268eb..0000000
Binary files a/logo.xcf.bz2 and /dev/null differ
index 5ac8348b5ef0ae349a347959a1bcedac6843fd17..db29c9e7b272026c048aee383614d6a0c4792c0c 100644 (file)
@@ -17,7 +17,7 @@ echo "<div id=\"comment_block\">\n";
        <div id="comment_form" style="display: none;">
 <?php
 $this->form_start($ThisUrl, "post", NULL);
-$this->input("text", "commentname", $username, __('Name:'), NULL, _('Enter your name.') );
+$this->input("text", "commentname", $username, __('Name:'), NULL, __('Enter your name.') );
 $this->input("checkbox", "savecommentname", "1", __('Remember Name:'), "yes", 
              __('Should the browser remember your name?'));
 $magic_number = random_digits(4);