News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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