We are currently working on our servers, so there may be outages on the domains.Zurzeit wird an unseren Servern gearbeitet, deshalb kann es zu Ausfällen bei den Domains kommen.
show_menu2( $aMenu = 0, $aStart = SM2_CURR+1, $aMaxLevel = SM2_ALL, $aFlags = SM2_ALLINFO|SM2_PRETTY, $aItemOpen = '<li class="[class] button[page_id]"><a href="[url]" target="[target]" [if(level==0){class="topitem"}][if(level==1){class="subitem[page_id]"}]>[menu_title]', $aItemClose = '</a></li>', $aMenuOpen = '<ul>', $aMenuClose = '</ul>', $aTopItemOpen = false, $aTopMenuOpen = false );
<style type="text/css">.button167 .subitem167{font-weight: bold}</style>
$menu[1] = 'Meny_ovre';$menu[2] = 'Meny_undre';
<?php show_menu2(1,SM2_ROOT+1,SM2_START+1 ); ?><?php show_menu2(2, SM2_CURR ); ?>
SE <- Menulink to "PageSE1"-PageSE1 <- Assigned to $menu[1] -PageSE2 <- Assigned to $menu[2] --PageSE2:1 <- Assigned to $menu[2] GB <- Menulink to "PageGB1"-PageGB1 etc..
<?php show_menu2(2,SM2_ROOT+1,SM2_START+1,SM2_ALL|SM2_NOCACHE ); ?>
<?php show_menu2(2,5 ); ?>
..I've always felt that the multiply rooted menu is the best way to implement multiple menus.
The multiple menu code is only barely tested because I really don't see the point in it.
<div id="menu"> <?php show_menu2(1,SM2_ROOT, SM2_START) ?> </div>
show_menu2(0, SM2_ROOT, SM2_START, SM2_ALL, ' | [a][menu_title]</a>', '', '', '', '[a][menu_title]</a>');
show_menu2(0, SM2_ROOT, SM2_START, SM2_ALL, ' | [a][menu_title]</a>', '', '', '', '[a][menu_title]</a>', '');