Putting link above coppermine copyright Putting link above coppermine copyright
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Putting link above coppermine copyright

Started by Circle, March 31, 2006, 10:40:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Circle

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?


Circle

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?

Circle