瀏覽代碼

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

Yannick Warnier 11 年之前
父節點
當前提交
45ceb8b180
共有 1 個文件被更改,包括 2 次插入0 次删除
  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->assign('style', $this->style);
+        $this->assign('css_style', $this->theme);
+        $this->assign('template', $this->style);
 
         //Chamilo plugins
         if ($this->show_header) {