coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: wipqozn on August 09, 2006, 02:13:48 AM

Title: output directly before the line "Powered by Coppermine"
Post by: wipqozn on August 09, 2006, 02:13:48 AM
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) :)
Title: Re: output directly before the line "Powered by Coppermine"
Post by: Joachim Müller on August 09, 2006, 06:47:42 AM
Then copy the correpsonging section from themes/sample/theme.php into your custom theme.
Title: Re: output directly before the line "Powered by Coppermine"
Post by: wipqozn on August 09, 2006, 12:49:01 PM
There is no "echo $template_footer" in themes/sample/theme.php, either ;)
Title: Re: output directly before the line "Powered by Coppermine"
Post by: Nibbler on August 09, 2006, 01:10:54 PM
Should read

echo template_eval($template_footer, $template_vars);