30 public function render($conf = array()) {
31 if (!is_array($conf) || empty($conf)) {
32 $GLOBALS[
'TT']->setTSlogMessage(
'USER without configuration.', 2);
36 if ($this->cObj->getUserObjectType() === FALSE) {
40 $this->cObj->includeLibs($conf);
41 $tempContent = $this->cObj->callUserFunction($conf[
'userFunc'], $conf,
'');
42 if ($this->cObj->doConvertToUserIntObject) {
43 $this->cObj->doConvertToUserIntObject = FALSE;
44 $content = $this->cObj->USER($conf,
'INT');
46 $content .= $tempContent;
48 if (isset($conf[
'stdWrap.'])) {
49 $content = $this->cObj->stdWrap($content, $conf[
'stdWrap.']);
51 $this->cObj->setUserObjectType(FALSE);
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]