I've read the FAQ and saw this:
How can I add some output directly before the line "Powered by Coppermine"?
Edit /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>';
..however, I'm using the classic theme that came with the script and my theme.php has:
// ------------------------------------------------------------------------- //
// This theme has all CORE items removed //
// ------------------------------------------------------------------------- //
So how can I add output directly after the "Powered by Coppermine"?
Here, check out this post on the subject - http://forum.coppermine-gallery.net/index.php?topic=33417.0 (http://forum.coppermine-gallery.net/index.php?topic=33417.0)