forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: adipisicing on January 06, 2008, 12:07:46 am

Title: Minor FAQ Correction: addFooterBeforePoweredBy code different
Post by: adipisicing on January 06, 2008, 12:07:46 am
In the Coppermine docs here (and in those that come with 1.4.14): http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#addFooterBeforePoweredBy
the code to look for does not match the code in themes/sample/theme.php .

The faq says to look for
Code: [Select]
echo $template_footerbut doing a search for that fails.

The current line in theme.php appears to be
Code: [Select]
echo template_eval($template_footer, $template_vars);
If documentation refers to a previous version of the code, some people may have copied the previous version into their themes' theme.php. If this is the case case it might just be better to word the faq "Edit /themes/yourtheme/theme.php, look for where $template_footer is 'echo'ed".

Sorry if this is a duplicate or is already fixed in SVN. I couldn't find this in the bugs forum.

Thank you, and happy new year!

Title: Re: Minor FAQ Correction: addFooterBeforePoweredBy code different
Post by: Joachim Müller on January 06, 2008, 07:28:55 pm
Removed the corresponding section in the FAQ and committed to svn. Will be in cpg1.4.15.