From 9f43f2994162c9dfb0e31a762c1ddac128580da8 Mon Sep 17 00:00:00 2001 From: Julian Prud'homme Date: Fri, 21 Sep 2007 10:31:43 +0200 Subject: [PATCH] [svn r13157] include the good CSS file --- main/inc/lib/fckeditor/fcktemplates.xml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/inc/lib/fckeditor/fcktemplates.xml.php b/main/inc/lib/fckeditor/fcktemplates.xml.php index ea6e0dd5b3..e41e218135 100644 --- a/main/inc/lib/fckeditor/fcktemplates.xml.php +++ b/main/inc/lib/fckeditor/fcktemplates.xml.php @@ -5,11 +5,11 @@ echo ''; $IMConfig['base_url'] = $_configuration['root_web'].'main/img/gallery/'; function loadCSS($css_name){ - $template_css = ''; + $template_css = ''; $template_css=str_replace('images/',api_get_path(WEB_PATH).'main/css/'.$css_name.'/images/',$template_css); return $template_css; } -$css = loadCSS('default'); +$css = loadCSS(api_get_setting('stylesheets')); ?>