forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: Airborne101 on October 05, 2005, 10:07:50 pm

Title: in what file can i see the main menu links
Post by: Airborne101 on October 05, 2005, 10:07:50 pm
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
Title: Re: in what file can i see the main menu links
Post by: Nibbler on October 05, 2005, 10:26:07 pm
{MAIN_MENU} is in your theme's template.html. The links that replace the placeholder tag are in your theme.php
Title: Re: in what file can i see the main menu links
Post by: Joachim Müller 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
Title: Re: in what file can i see the main menu links
Post by: Airborne101 on October 06, 2005, 01:26:23 pm
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
Title: Re: in what file can i see the main menu links
Post by: Joachim Müller on October 06, 2005, 01:29:27 pm
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.
Title: Re: in what file can i see the main menu links
Post by: Airborne101 on October 06, 2005, 01:46:43 pm
ok, thanks i will  ;)