Note
- most things you want to do is possible using CSS and the existing classes
- investigate using CSS before using conditionals because CSS is faster
Description
Show only the siblings of the current page, excluding the current page itself.
Source code
show_menu2(0, SM2_CURR, SM2_CURR, SM2_ALL|SM2_PRETTY,
'[if(class!=menu-current){- [a][menu_title]</a><br />}]',
'', '', '');
'[if(class!=menu-current){- [a][menu_title]</a><br />}]',
'', '', '');