coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Emos on April 05, 2004, 09:44:12 PM

Title: Counter
Post by: Emos on April 05, 2004, 09:44:12 PM
How can I add a piece of code to be shown in each page of the album?

Thanx in advance
E
Title: Counter
Post by: Joachim Müller on April 05, 2004, 10:51:01 PM
static html (like <a href="foo.htm">my_link</a>) goes into themes/yourtheme/template.html
Dynamic content (like <?php print $foo; ?>) goes into theme.php.
PHP-includes go into theme.php as well (check the faq for custom header/footer).
Another option is the usage of anycontent.php (refer to the documentation).
For details you'll have to be more specific on what you exactly want to do.

GauGau