Browse Source

Add web_css_theme path for templates - refs BT#9413

Yannick Warnier 9 years ago
parent
commit
c0feb19295
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/inc/lib/template.lib.php

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

@@ -437,6 +437,7 @@ class Template
             'web_course' => api_get_path(WEB_COURSE_PATH),
             'web_main' => api_get_path(WEB_CODE_PATH),
             'web_css' => api_get_path(WEB_CSS_PATH),
+            'web_css_theme' => api_get_path(WEB_CSS_PATH) . 'themes/' . $this->theme . '/',
             'web_ajax' => api_get_path(WEB_AJAX_PATH),
             'web_img' => api_get_path(WEB_IMG_PATH),
             'web_plugin' => api_get_path(WEB_PLUGIN_PATH),