$itemid = JRequest::getVar( 'Itemid' ); $application = JFactory::getApplication(); $menu = $application->getMenu(); $item = $menu->getItem( $itemid ); return $item->name;
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.