- Code: Select all
<?php $this->loadBlock('nav'); ?>
Now i would like to insert a vertical menù in a module position so i create a new module->menù->then i select the main menu but the style isn't the same.
In the orizontal menù the structure is
- Code: Select all
<div id="gkMenu">
<div id="gkDropMain">
<ul>
<li id="gkDropMain101" class="menu-item0 active first-item">
<a href="" class="menu-item0 active first-item" id="menu101" title="Home"></a>
[...]
in the module menù the structure is
- Code: Select all
<div id="gkHeaderModule1">
<div class="box"><div><div class="content">
<ul class="menugkMenu" id="gkMenu">
<li id="item-101" class="current active">
<a href="/" >Home</a>
[...]
it is possible to load that menù in vertical inside the module or setting the right css property to have the same style of the orizontal one?
Thanks