How to add html code properly into page How to add html code properly into page
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

How to add html code properly into page

Started by FantasyFreak1, February 06, 2012, 08:58:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FantasyFreak1

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.

nickelas

Human

ΑndrĂ©

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.