cleanup after changed rtl CSS file handling

This commit is contained in:
urs_hunkler
2007-08-09 11:47:24 +00:00
parent 173403cf4f
commit a8ab4e2535
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
/// how Moodle uses this theme.
////////////////////////////////////////////////////////////////////////////////
$THEME->sheets = array('user_styles', 'styles_rtl');
$THEME->sheets = array('user_styles');
/// This variable is an array containing the names of all the
/// stylesheet files you want included in this theme, and in what order
+1 -1
View File
@@ -13,7 +13,7 @@
$themename = basename(dirname(__FILE__)); // Name of the folder we are in
$forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme
$lang = optional_param('lang', '', PARAM_FILE); // Look for styles in this language
style_sheet_setup(time(), $lifetime, $themename, $forceconfig, $lang);
?>