[svn r13157] include the good CSS file

skala
Julian Prud'homme 18 years ago
parent 7433af6457
commit 9f43f29941
  1. 4
      main/inc/lib/fckeditor/fcktemplates.xml.php

@ -5,11 +5,11 @@ echo '<?xml version="1.0" encoding="utf-8" ?>';
$IMConfig['base_url'] = $_configuration['root_web'].'main/img/gallery/';
function loadCSS($css_name){
$template_css = '<style type="text/css">'.file_get_contents(api_get_path(SYS_PATH).'main/css/'.$css_name.'/course.css').'</style>';
$template_css = '<style type="text/css">'.file_get_contents(api_get_path(SYS_PATH).'main/css/'.$css_name.'/default.css').'</style>';
$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'));
?>
<Templates imagesBasePath="fck_template/images/">

Loading…
Cancel
Save