Navigation link to homepage/index page without "/home" slug
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
$nav['home'] = array('label' => 'Home', 'location' => '');