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