From: urs_hunkler Date: Thu, 9 Aug 2007 11:47:24 +0000 (+0000) Subject: cleanup after changed rtl CSS file handling X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a8ab4e25356573508bf562361577005b2b49c27a;p=moodle.git cleanup after changed rtl CSS file handling --- diff --git a/theme/custom_corners/config.php b/theme/custom_corners/config.php index 6c3eeed356..5038756d5f 100644 --- a/theme/custom_corners/config.php +++ b/theme/custom_corners/config.php @@ -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 diff --git a/theme/custom_corners/styles.php b/theme/custom_corners/styles.php index fd3271b72d..bf9c29c9cd 100644 --- a/theme/custom_corners/styles.php +++ b/theme/custom_corners/styles.php @@ -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); ?>