coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: cannon on September 03, 2006, 01:42:15 AM

Title: How to add text after the "Powered by Coppermine"?
Post by: cannon on September 03, 2006, 01:42:15 AM
I've read the FAQ and saw this:

How can I add some output directly before the line "Powered by Coppermine"?

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


..however, I'm using the classic theme that came with the script and my theme.php has:

// ------------------------------------------------------------------------- //
// This theme has all CORE items removed                                     //
// ------------------------------------------------------------------------- //

So how can I add output directly after the "Powered by Coppermine"?
Title: Re: How to add text after the "Powered by Coppermine"?
Post by: Gizmo on September 03, 2006, 04:36:18 AM
Here, check out this post on the subject - http://forum.coppermine-gallery.net/index.php?topic=33417.0 (http://forum.coppermine-gallery.net/index.php?topic=33417.0)