Add web_css_theme path for templates - refs BT#9413

1.10.x
Yannick Warnier 10 years ago
parent 52c8eba427
commit c0feb19295
  1. 1
      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),

Loading…
Cancel
Save