Actions
Feature #19208
closedAdditional Stylesheets in template.php
Start date:
2008-08-10
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
When writing a BE modul there is the possibility to add any JS-Files to doc header using
$this->doc->loadJavascriptLib()
Such adding is missing with CSS-files. There are only 3 predefined stylesheets which can be overwritten,
I added an array to add stylesheets, in template they will be inserted after
styleSheetFile and styleSheetFile2. This gives the possibility to add any CSS-files to the header
In the project for Dashboard such adding is needed as any submodule can come along with own stylesheet.
(issue imported from #M9149)
Files
Updated by Christian Kuhn over 15 years ago
This patch was dropped in core list as committed #19490 solved the same problem.
Actions