coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: ian ditch on February 21, 2005, 06:37:53 PM

Title: Link to a html page
Post by: ian ditch on February 21, 2005, 06:37:53 PM
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. 
Title: Re: Link to a html page
Post by: Joachim Müller on February 22, 2005, 09:39:36 AM
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
Title: Re: Link to a html page
Post by: ian ditch on March 08, 2005, 02:03:20 AM
Thanks for your feed back. altered as you said and all is working fine.