I want to fool the members by putting a link to a votingsite at the bottum as the page displayed as: "go to administration panel" but I can't find a way to put it above the coppermine copyright.
Is there any way to do this?
http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#addFooterBeforePoweredBy
I can't find the line echo $template_footer when I search for it all I can find is:
echo template_eval($template_footer, $template_vars);
and
global $template_footer;
Should I put it before one of these lines?
Got it I used the wrong commands.