Hi,
In my site, I want to have on all pages 2 menus (navigation) that will never change from page to page (one in the header and the other in the footer).
My site is multilingual (en, fr). My structure is basically like this:
- Root Redirector / (automatically redirect to the home page in proper language)
- - Home /en/
- - - Accessibility /en/accessibility/
- - - Site Map /en/sitemap/
- - - Credits /en/credits/
- - - Informations /en/informations/
- - - Contact /en/informations/#contact
- - - Hours /en/informations/#hours
- - Accueil /fr/
- - - Accessibilité /fr/accessibilite/
- - - etc. (same as english but in french)
The header navigation should be like this:
Informations | Contacts | Hours
The footer navigation should be like this:
Accessibility | Site Map | Credits
Is it possible to do that with feincms_nav templatetag? How I'm supposed to do this (with or without feincms_nav)?
I don't want to hardcode theses navigations directly in the templates because I want that my client will be able to change the navigation (page name, adding a new item, etc.).
Thanks