30 public function render($conf = array()) {
31 if (!empty($conf[
'if.']) && !$this->cObj->checkIf($conf[
'if.'])) {
40 $menu = $menuObjectFactory->getMenuObjectByType($menuType);
41 $GLOBALS[
'TSFE']->register[
'count_HMENU']++;
42 $GLOBALS[
'TSFE']->register[
'count_HMENU_MENUOBJ'] = 0;
43 $GLOBALS[
'TSFE']->register[
'count_MENUOBJ'] = 0;
44 $GLOBALS[
'TSFE']->applicationData[
'GMENU_LAYERS'][
'WMid'] = array();
45 $GLOBALS[
'TSFE']->applicationData[
'GMENU_LAYERS'][
'WMparentId'] = array();
47 $menu->start(
$GLOBALS[
'TSFE']->tmpl,
$GLOBALS[
'TSFE']->sys_page,
'', $conf, 1);
49 $theValue .= $menu->writeMenu();
50 }
catch (\
TYPO3\CMS\Frontend\ContentObject\Menu\
Exception\NoSuchMenuTypeException $e) {
52 $wrap = isset($conf[
'wrap.']) ? $this->cObj->stdWrap($conf[
'wrap'], $conf[
'wrap.']) : $conf[
'wrap'];
54 $theValue = $this->cObj->wrap($theValue, $wrap);
56 if (isset($conf[
'stdWrap.'])) {
57 $theValue = $this->cObj->stdWrap($theValue, $conf[
'stdWrap.']);
static makeInstance($className)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]