CaliSkin V6 Question CaliSkin V6 Question
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

CaliSkin V6 Question

Started by cheesenub, July 29, 2005, 12:54:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cheesenub

http://www.floodplane.net/photos

I would like to add extra links (in user mode) that link to the regular pages of the website, and also the forum. I tried messing around with the theme.php file but I always get errors. Before I start posting these errors, I'm hoping that someone had a quick answer to this question.


Edit: Fixed the gray line problem with the css that I asked before in case anyone saw that question.

Joachim Müller

edit themes/yourtheme/theme.php, find// HTML template for main menu
$template_main_menu = <<<EOT
                <span class="topmenu">
and add right after it (in a new line)                        <a href="http://google.com/" title="go to the google web page">google</a> ::and you have your link item. Shouldn't be too hard. There are many postings already that asked the very same thing - please search before posting.