WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Drop-down menu in WB

<< < (3/3)

dbs:
give us a link.

for showing arrows you need the class "dir" for <li> or <a>.
i have tried the menu with modul LibraryAdmin and it works for me with this SM2

--- Code: ---<?php     
   show_menu2(
                        $aMenu = 0,
        $aStart = SM2_ROOT,
$aMaxLevel = SM2_ALL,
$aOptions = SM2_ALL|SM2_PRETTY,
$aItemOpen = &#39;[li] <a href="[url]" target="[target]" class=[if(class==menu-expand){"dir"}else{""}]>[menu_title]</a>&#39;,
$aItemClose = &#39;</li>&#39;,
$aMenuOpen = &#39;<ul>&#39;,
$aMenuClose = &#39;</ul>&#39;,
$aTopItemOpen = false,
$aTopMenuOpen = &#39;<ul id="nav" class="dropdown dropdown-horizontal">&#39;
); 
?>
--- End code ---

BlackBird:
I helped via PN, but I don't know if it's solved now.

Navigation

[0] Message Index

[*] Previous page

Go to full version