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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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