in what file can i see the main menu links in what file can i see the main menu links
 

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

in what file can i see the main menu links

Started by Airborne101, October 05, 2005, 10:07:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Airborne101

hei, in what file can i see the main menu links? so i can remove the {main_menu} and instead insert those links i want in my own sidebar navigation

Nibbler

{MAIN_MENU} is in your theme's template.html. The links that replace the placeholder tag are in your theme.php

Joachim Müller

doesn't make sense to remove it though - you'll loose coppermine's navigation. Instead: add your stuff to template.html

Airborne101

Quote from: GauGau on October 06, 2005, 08:35:18 AM
doesn't make sense to remove it though - you'll loose coppermine's navigation. Instead: add your stuff to template.html

if i have the navigation there, it wont fit the site, so i have to find where mainmenu is pointing to, take those links i want and add them to the page navigation. i think i found those links in theme.php

Joachim Müller

edit theme.php, edit the first section - this is where the main menu is being defined. Add your menu items there and comment out those that come by default. This has been asked quite often, for details please search this sub-board.

Airborne101