Hello, i need to add a few links to my another sites under Coppermine copyright in footer.
I also need to add my own stats counter into footer of all pages.
I tried to edit /themes/mytheme/index.php several times but these attempts led into crash of the template.
Can someone learly explain where exactly to put the html code safely?
Thank you very much.
Easiest way should be to use the custom-footer (http://documentation.coppermine-gallery.net/en/php-content.htm#php-content_header_footer)
Or you can modify the credits (http://documentation.coppermine-gallery.net/en/theme_copyright.htm)
If you want to add plain HTML below the Coppermine footer, just open your theme's template.html file, find
{CREDITS}
and below, add your HTML code.