Project

General

Profile

Bug #14280 ยป 0000300-tslib_menu.diff

Administrator Admin, 2004-12-13 09:55

View differences:

class.tslib_menu_mod.php 2004-12-13 09:53:25.000000000 +0100
$uid = $mount_info['mount_pid'];
}
$recs = $this->sys_page->getMenu($uid,'uid,pid,doktype,mount_pid,mount_pid_ol');
$recs = $this->sys_page->getMenu($uid,'uid,pid,doktype,mount_pid,mount_pid_ol,nav_hide');
foreach($recs as $theRec) {
if (!t3lib_div::inList($this->doktypeExcludeList,$theRec['doktype']) && !$theRec['nav_hide']) { // If a menu item seems to be another type than 'Not in menu', then return true (there were items!)
return TRUE;
......
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['tslib/class.tslib_menu.php']);
}
?>
?>
    (1-1/1)