Navigation link to homepage/index page without "/home" slug

edited January 2011 in Bug Reports
Hi,

I'm using the cms to set up multiple navigation menus (header, footer, sidebar).
The main navigation and the footer navigation both have a link to the homepage.

My question:
How do i have to configure the menu, to link the homepage to "/" instead of "/home". I dont want duplicate content under "/" and "/home".

Thx.

Comments

  • edited 3:51AM
    I've just posted some fixes for that. To do it you can specify the location value to an empty string like so:
    $nav['home'] = array('label' => 'Home', 'location' => '');
Sign In or Register to comment.