Skip to content
Snippets Groups Projects
Commit dffaa05b authored by llaffont's avatar llaffont
Browse files

Possibilité d'avoir des surcharges CSS en en-tête dans la charte graphique

parent b264c8ba
Branches
Tags
No related merge requests found
......@@ -106,10 +106,11 @@ if ($read_speaker = Class_AdminVar::get('ID_READ_SPEAKER'))
$read_speaker));
$script_loader = Class_ScriptLoader::getInstance();
$head_scripts->renderStyleSheets();
$script_loader->renderStyleSheets();
echo $this->partial('skin_head.phtml', ['profil' => $this->profil]);
$head_scripts->renderStyleSheets();
$script_loader->renderStyleSheets();
foreach(array(7,8) as $ie) {
if (file_exists(PATH_SKIN.'/css/ie'.$ie.'.css')) {
......@@ -124,8 +125,6 @@ foreach(array(7,8) as $ie) {
}
echo $this->partial('skin_head.phtml', ['profil' => $this->profil]);
$head_scripts->renderJavaScripts();
$script_loader->renderJavaScripts();
?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment