Feature #20445 ยป tslib_menu_submenu.diff
typo3/sysext/cms/tslib/class.tslib_menu.php (working copy) | ||
---|---|---|
* @access private
|
||
*/
|
||
function subMenu($uid, $objSuffix='') {
|
||
$GLOBALS['TSFE']->register['SUB_MENU_uid'] = $uid;
|
||
// Setting alternative menu item array if _SUB_MENU has been defined in the current ->menuArr
|
||
$altArray = '';
|