30 public function render($conf = array()) {
32 $GLOBALS[
'TT']->setTSlogMessage(
'No elements in this content object array (COBJ_ARRAY, COA).', 2);
35 if (!empty($conf[
'if.']) && !$this->cObj->checkIf($conf[
'if.'])) {
39 $this->cObj->includeLibs($conf);
40 $content = $this->cObj->cObjGet($conf);
41 $wrap = isset($conf[
'wrap.']) ? $this->cObj->stdWrap($conf[
'wrap'], $conf[
'wrap.']) : $conf[
'wrap'];
43 $content = $this->cObj->wrap($content, $wrap);
45 if (isset($conf[
'stdWrap.'])) {
46 $content = $this->cObj->stdWrap($content, $conf[
'stdWrap.']);
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]