is there a way to get the 'menu-parent' automatically above the submenu?


Ruud

Show_menu2 is soooo powerfull:  :-D

<?php 
$parent 
show_menu2(0SM2_ROOTSM2_ALLSM2_ALL|SM2_CURRTREE|SM2_BUFFER,
    
'[if(id==parent || class==menu-expand){ [menu_title] }]','','',''); 
echo 
"<h2>".$parent."</h2>";
?>



This will show your parent menu name.

Ruud
[url=https://dev4me.com/modules-snippets/]Dev4me - WebsiteBaker modules[/url] - [url=https://wbhelp.org/]WBhelp.org[/url]

Vlob

let me explain:

I have got a menu with submenu pages,

the submenu pages appear in another section of the site


I want the menu-parent name above the submenu list

something like <?php page_title('','[PAGE_TITLE]'); ?> does


is there a way to get the name of the 'menu-parent' automatically above the submenu?
(this should not be a link, just the name of the parent)