add link add link
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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