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