coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Circle on March 31, 2006, 10:40:36 PM

Title: Putting link above coppermine copyright
Post by: Circle on March 31, 2006, 10:40:36 PM
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?
Title: Re: Putting link above coppermine copyright
Post by: Joachim Müller on April 01, 2006, 03:57:15 AM
http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#addFooterBeforePoweredBy
Title: Re: Putting link above coppermine copyright
Post by: Circle on April 01, 2006, 05:17:47 PM
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?
Title: Re: Putting link above coppermine copyright
Post by: Circle on April 01, 2006, 05:46:50 PM
Got it I used the wrong commands.