Explorar o código

Fix previous template.lib.php improvement - fixes 3d47211 and loosely refs BT#7154

Yannick Warnier %!s(int64=11) %!d(string=hai) anos
pai
achega
45ceb8b180
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      main/inc/lib/template.lib.php

+ 2 - 0
main/inc/lib/template.lib.php

@@ -134,6 +134,8 @@ class Template
         $this->set_footer_parameters();
         $this->set_footer_parameters();
 
 
         $this->assign('style', $this->style);
         $this->assign('style', $this->style);
+        $this->assign('css_style', $this->theme);
+        $this->assign('template', $this->style);
 
 
         //Chamilo plugins
         //Chamilo plugins
         if ($this->show_header) {
         if ($this->show_header) {