]> git.mjollnir.org Git - moodle.git/commitdiff
cleanup after changed rtl CSS file handling
authorurs_hunkler <urs_hunkler>
Thu, 9 Aug 2007 11:47:24 +0000 (11:47 +0000)
committerurs_hunkler <urs_hunkler>
Thu, 9 Aug 2007 11:47:24 +0000 (11:47 +0000)
theme/custom_corners/config.php
theme/custom_corners/styles.php

index 6c3eeed356e2251df8002d86448287db83e1d916..5038756d5f8912df524382be0c784292e0ad0a3c 100644 (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
index fd3271b72d4f42bc092a0d27312afb07d160f2f5..bf9c29c9cd08cbba4c82b6102e7c361249494d53 100644 (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);
    
 ?>