Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Link to a html page  (Read 3573 times)

0 Members and 1 Guest are viewing this topic.

ian ditch

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 49
Link to a html page
« 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. 
« Last Edit: March 08, 2005, 06:08:47 am by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Link to a html page
« Reply #1 on: February 22, 2005, 09:39:36 am »

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

ian ditch

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 49
Re: Link to a html page
« Reply #2 on: March 08, 2005, 02:03:20 am »

Thanks for your feed back. altered as you said and all is working fine.
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.