add link add link
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

add link

Started by SamoanOnion, February 19, 2004, 02:42:34 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SamoanOnion

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???

Joachim Müller

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