From a8ab4e25356573508bf562361577005b2b49c27a Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Thu, 9 Aug 2007 11:47:24 +0000 Subject: [PATCH] cleanup after changed rtl CSS file handling --- theme/custom_corners/config.php | 2 +- theme/custom_corners/styles.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); ?> -- 2.39.5