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

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

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