It's the last problem I've got with my gallery :)
In FAQ we can read:
QuoteEdit /themes/yourtheme/theme.php, look for echo $template_footer and add the stuff you want to output in a line before it, like print '<span class="footer"><a href="http://www.mylink.com/foo.htm">My Link</a></span>';
I'm using theme based on classic theme, so the file structure is the same. There is no $template_footer in that file (/themes/classic/theme.php) :)
Then copy the correpsonging section from themes/sample/theme.php into your custom theme.
There is no "echo $template_footer" in themes/sample/theme.php, either ;)
Should read
echo template_eval($template_footer, $template_vars);