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

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

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