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 $src = isset($conf[
'src.']) ? $this->cObj->stdWrap($conf[
'src'], $conf[
'src.']) : $conf[
'src'];
43 $value = isset($conf[
'value.']) ? $this->cObj->stdWrap($conf[
'value'], $conf[
'value.']) : $conf[
'value'];
44 $noscript = isset($conf[
'noscript.']) ? $this->cObj->stdWrap($conf[
'noscript'], $conf[
'noscript.']) : $conf[
'noscript'];
49 <object src="' . $src .
'" classid="image/svg+xml" width="' . $width .
'" height="' . $height .
'"> 52 <object data="' . $src .
'" type="image/svg+xml" width="' . $width .
'" height="' . $height .
'"> 60 <script type="image/svg+xml"> 61 <svg xmlns="http://www.w3.org/2000/svg" 62 xmlns:xlink="http://www.w3.org/1999/xlink" 63 width="' . $width .
'" 64 height="' . $height .
'"> 73 $GLOBALS[
'TSFE']->getPageRenderer()->loadSvg();
74 if (isset($conf[
'stdWrap.'])) {
75 $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'][]