Link to a html page Link to a html page
 

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

Link to a html page

Started by ian ditch, February 21, 2005, 06:37:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ian ditch

Hi,  with the mac_ox_x template, when you hover the mouse over the '@' tab in the navigation options, you get an extra set of options (My Gallery, Memberlist etc.). Included in this set of options i would like to add a link to a html page.

I can not see where this is done. 

Joachim Müller

edit themes/mac_ox_x/theme.php, find// HTML template for main menu
$template_main_menu1 = <<<EOT
                                                |
and add after it (in a new line)                                                <a href="yourlink.htm" title="your mouse over text">your link text</a> |

Joachim

ian ditch

Thanks for your feed back. altered as you said and all is working fine.