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
{MAIN_MENU} is in your theme's template.html. The links that replace the placeholder tag are in your theme.php
doesn't make sense to remove it though - you'll loose coppermine's navigation. Instead: add your stuff to template.html
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
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.
ok, thanks i will ;)