'; // is this needed? $IMConfig['base_url'] = $_configuration['root_web'].'main/img/gallery/'; // load a stylesheet $css = loadCSS(api_get_setting('stylesheets')); // setting some paths $img_dir = api_get_path(REL_CODE_PATH).'img/'; $default_course_dir = api_get_path(REL_CODE_PATH).'default_course_document/'; // start the templates node echo ''; // load empty template load_empty_template(); // load the templates that were defined by the platform admin load_platform_templates(); // load the personal templates load_personal_templates(api_get_user_id()); // end the templates node echo ''; exit; /** * load a given css style (default.css) * * @param string $css_name the folder name of the style * @return html code for adding a css style