A way to change the footer of Coppermine Photo Gallery
August 19th, 2008
No comments
Coppermine Photo Gallery is a wonderful web photo album, following is a way to change the footer of CPG:
Go to the file of themes.inc.php in the folder \include, find the code:
global $template_footer;
$template_footer = ‘<div class=”footer” style=”padding-top: 5px;” align=”center”>
******you can put the content of your footer here**********
</div>’;