I have copied and renamed a template in cms 1.4
All is working except for the menu system.
I do not really understand what is missing.
When I change the template to the original one the navigation is ok. With the new one i just get two dots one under the other on my page.
What can be wrong?
TIA
Hugo
ps the original navigation:
Code: Select all
<!-- Start Horizontal Navigation -->
<div id="menu_horiz">
<div id="wrapper">
{cms_module module='menumanager' template='restomacuisine.be : macuisine : cssmenu-accessible' }
</div>
</div>
<!-- End Horizontal Navigation -->
Code: Select all
<!-- Start Horizontal Navigation -->
<div id="menu_horiz">
<div id="wrapper">
{cms_module module='menumanager' template='poissonnerie : clement : cssmenu-accessible' }
</div>
</div>
<!-- End Horizontal Navigation -->