coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: SamoanOnion on February 19, 2004, 02:42:34 AM

Title: add link
Post by: SamoanOnion on February 19, 2004, 02:42:34 AM
hello,

I just installed coppermine with IPB, I just was wondering.  what file do I edit to get a link up top where the menu is back to my forum when I get to the gallery???
Title: add link
Post by: Joachim Müller on February 19, 2004, 07:30:33 AM
like it is explained in the documentation ( http://coppermine.sourceforge.net/demo/docs/index.htm#creating ) and the faq ( http://coppermine.sourceforge.net/faq.php?q=customHeader#customHeader ).
Edit themes/yourtheme/theme.php and find// HTML template for main menu
$template_main_menu = <<<EOT
                <span class="topmenu">
Add after it your custom link like this<a href="foo.html" title="My description">my custom link</a> ::
HTH

GauGau