WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
The complete call signature and default parameter value for show_menu2 is: show_menu2( $aMenu = 0, $aStart = SM2_ROOT, $aMaxLevel = SM2_CURR+1, $aOptions = SM2_TRIM, $aItemOpen = '[li][a][menu_title]</a>', $aItemClose = '</li>', $aMenuOpen = '[ul]', $aMenuClose = '</ul>', $aTopItemOpen = false, $aTopMenuOpen = false )
echo show_menu2( $aMenu = 0, $aStart = SM2_ROOT+1, $aMaxLevel = SM2_CURR+1, $aOptions = SM2_TRIM, $aItemOpen = '[li][a][menu_title]</a>', $aItemClose = '</li> ~ ', $aMenuOpen = '[ul]', $aMenuClose = '</ul>', $aTopItemOpen = false, $aTopMenuOpen = false )
Is there a way to determine the first link and then add the symbol to the left
my apologies if this question has been asked / answered previously
$aItemOpen = '[li][a][menu_title]</a>',
$aItemOpen = '[li][a][if(class==menu-first){XXX[menu_title]XXX} else {[menu_title]}]</a>',