Project

General

Profile

Bug #22221 » includeCSS_solution2.patch

Administrator Admin, 2010-03-02 13:48

View differences:

class.tslib_pagegen.php (working copy)
$pageRenderer->addCssFile(
htmlspecialchars($ss),
$GLOBALS['TSFE']->pSetup['includeCSS.'][$key . '.']['alternate'] ? 'alternate stylesheet' : 'stylesheet',
$GLOBALS['TSFE']->pSetup['includeCSS.'][$key . '.']['media'] ? $GLOBALS['TSFE']->pSetup['includeCSS.'][$key . '.']['media'] : 'screen',
$GLOBALS['TSFE']->pSetup['includeCSS.'][$key . '.']['media'],
$GLOBALS['TSFE']->pSetup['includeCSS.'][$key . '.']['title'] ? $GLOBALS['TSFE']->pSetup['includeCSS.'][$key . '.']['title'] : '',
$GLOBALS['TSFE']->pSetup['includeCSS.'][$key . '.']['compress'] ? TRUE : FALSE,
$GLOBALS['TSFE']->pSetup['includeCSS.'][$key . '.']['forceOnTop'] ? TRUE : FALSE,
(2-2/3)