32 $this->logo =
'gfx/typo3-topbar@2x.png';
41 $imgInfo = getimagesize(PATH_site . TYPO3_mainDir . $this->logo);
45 if (
$GLOBALS[
'TBE_STYLES'][
'logo']) {
47 $imgUrl = $GLOBALS[
'TBE_STYLES'][
'logo'];
52 $height = $imgInfo[1];
54 if (strpos($imgUrl,
'@2x.')) {
59 $logoTag =
'<img src="' . $imgUrl .
'" width="' . $width .
'" height="' . $height .
'" title="TYPO3 Content Management System" alt="" />';
60 return '<a href="' . TYPO3_URL_GENERAL .
'" target="_blank">' . $logoTag .
'</a>';
70 if (!is_string(
$logo)) {
71 throw new \InvalidArgumentException(
'parameter $logo must be of type string', 1194041104);
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]
static resolveBackPath($pathStr)