confused - Joomla! Forum - community, help and support
i converting html site joomla.i want enable main menu same style. used code
<ul id="nav" class="sf-menu">
<li id="nav" class="sf-menu"<jdoc:include type="modules" name="mainmenu" style="none" /> </li>
</ul>
its working clean..
if can edit or made change in code.mainmenu not visible. new php.i dont think code correct.my site finished.its working fine.but want know how?? please me
<ul id="nav" class="sf-menu">
<li id="nav" class="sf-menu"<jdoc:include type="modules" name="mainmenu" style="none" /> </li>
</ul>
its working clean..
you don't need put '<jdoc:include type="modules" name="mainmenu" style="none" />' string inside <ul> tags, menu module generate bit - need go inside <div> tags.
mick
mick
Comments
Post a Comment