30 public function render($conf = array()) {
31 $width = isset($conf[
'width.']) ? $this->cObj->stdWrap($conf[
'width'], $conf[
'width.']) : $conf[
'width'];
35 $height = isset($conf[
'height.']) ? $this->cObj->stdWrap($conf[
'height'], $conf[
'height.']) : $conf[
'height'];
39 $wrap = isset($conf[
'wrap.']) ? $this->cObj->stdWrap($conf[
'wrap'], $conf[
'wrap.']) : $conf[
'wrap'];
43 $theValue = $this->cObj->wrap(
'<img 44 src="' .
$GLOBALS[
'TSFE']->absRefPrefix .
'clear.gif" 45 width="' . $width .
'" 46 height="' . $height .
'"' . $this->cObj->getBorderAttr(
' border="0"') .
' 48 if (isset($conf[
'stdWrap.'])) {
49 $theValue = $this->cObj->stdWrap($theValue, $conf[
'stdWrap.']);
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]