TYPO3 CMS  TYPO3_6-2
EditPanelContentObject.php
Go to the documentation of this file.
1 <?php
3 
22 
29  public function render($conf = array()) {
30  $theValue = '';
31  if ($GLOBALS['TSFE']->beUserLogin) {
32  $theValue = $this->cObj->editPanel($theValue, $conf);
33  }
34  if (isset($conf['stdWrap.'])) {
35  $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
36  }
37  return $theValue;
38  }
39 
40 }
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]