Project

General

Profile

Bug #20381 ยป bug_11015.diff

Administrator Admin, 2009-04-30 13:15

View differences:

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))) {
    (1-1/1)