improving css bandwidth usage, now all css files are coming in one file

This commit is contained in:
Fernando Ontiveros
2011-02-25 22:04:56 +00:00
parent 24264fb4cf
commit 0cca2f6b0e
3 changed files with 124 additions and 36 deletions

View File

@@ -42,7 +42,8 @@
$body = $oHeadPublisher->getExtJsScripts();
$templateFile = 'extJsInitLoad.html';
} else {
}
else {
$header = $oHeadPublisher->includeExtJs();
$styles = '';
$body = $oHeadPublisher->renderExtJs();