Advanced search  

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

Pages: [1]   Go Down

Author Topic: output directly before the line "Powered by Coppermine"  (Read 3027 times)

0 Members and 1 Guest are viewing this topic.

wipqozn

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
output directly before the line "Powered by Coppermine"
« on: August 09, 2006, 02:13:48 am »

It's the last problem I've got with my gallery :)

In FAQ we can read:

Quote
Edit /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) :)
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: output directly before the line "Powered by Coppermine"
« Reply #1 on: August 09, 2006, 06:47:42 am »

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

wipqozn

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: output directly before the line "Powered by Coppermine"
« Reply #2 on: August 09, 2006, 12:49:01 pm »

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

Nibbler

  • Guest
Re: output directly before the line "Powered by Coppermine"
« Reply #3 on: August 09, 2006, 01:10:54 pm »

Should read

Code: [Select]
echo template_eval($template_footer, $template_vars);
Logged
Pages: [1]   Go Up
 

Page created in 0.024 seconds with 19 queries.