output directly before the line "Powered by Coppermine" output directly before the line "Powered by Coppermine"
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

output directly before the line "Powered by Coppermine"

Started by wipqozn, August 09, 2006, 02:13:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wipqozn

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) :)

Joachim Müller

Then copy the correpsonging section from themes/sample/theme.php into your custom theme.

wipqozn

There is no "echo $template_footer" in themes/sample/theme.php, either ;)

Nibbler

Should read

echo template_eval($template_footer, $template_vars);