Please some help with menu of the template
Hi there,
I installed on of the templates - "schoppig". When I click on any of the internal pages the "drop-down"
appears but on the first page
it doesn't and it doesn't work.
The code is the standard for the template I just added
$multilang and
sm2_root+1 because of the language.
$mainnav = show_menu2(
$aMenu = 1,
$aStart = SM2_ROOT+1+$Multilang,
$aMaxLevel = SM2_ALL,
$aOptions = SM2_ALL|SM2_PRETTY|SM2_BUFFER,
$aItemOpen = '<li><a href="[url]" class="[class]" target="[target]">[menu_title]</a>',
$aItemClose = '</li>',
$aMenuOpen = '<ul>',
$aMenuClose = '</ul>',
$aTopItemOpen = false,
$aTopMenuOpen = '<ul class="chevron">'
);
$metanav = show_menu2(
$aMenu = 2,
$aStart = SM2_ROOT+1+$Multilang,
$aMaxLevel = SM2_START,
$aOptions = SM2_ALL|SM2_BUFFER,
$aItemOpen = '<li><a href="[url]" class="[class]" target="[target]">[menu_title]</a>',
$aItemClose = '</li>',
$aMenuOpen = '<ul>',
$aMenuClose = '</ul>',
$aTopItemOpen = false,
$aTopMenuOpen = '<ul class="chevron right">'
);
What else need to fix it?
Thanks in advance!
Regards,
Rumen