Bug #20381 ยป bug_11015.diff
typo3/sysext/cms/tslib/class.tslib_pagegen.php (Arbeitskopie) | ||
---|---|---|
}
|
||
if ($GLOBALS['TSFE']->pSetup['shortcutIcon']) {
|
||
$favIcon = t3lib_div::getIndpEnv('TYPO3_SITE_URL') . $GLOBALS['TSFE']->tmpl->getFileName($GLOBALS['TSFE']->pSetup['shortcutIcon']);
|
||
$favIcon = $GLOBALS['TSFE']->tmpl->getFileName($GLOBALS['TSFE']->pSetup['shortcutIcon']);
|
||
$iconMimeType = '';
|
||
if (function_exists('finfo_open')) {
|
||
if (($finfo = @finfo_open(FILEINFO_MIME))) {
|