# 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
<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);