From c3bbc0c2a875462abcdd820ded675420eef56691 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 18 Jun 2007 07:18:05 +0000 Subject: [PATCH] Removed some debugging --- theme/custom_corners/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/custom_corners/config.php b/theme/custom_corners/config.php index 69d2ee4cce..1db60f020e 100644 --- a/theme/custom_corners/config.php +++ b/theme/custom_corners/config.php @@ -5,17 +5,17 @@ /// how Moodle uses this theme. //////////////////////////////////////////////////////////////////////////////// -trigger_error('custom_corners/config.php - $CFG->langdirection: '.$CFG->langdirection, E_USER_NOTICE); +//trigger_error('custom_corners/config.php - $CFG->langdirection: '.$CFG->langdirection, E_USER_NOTICE); if ($CFG->langdirection == 'rtl') { $THEME->sheets = array('user_styles', 'styles_rtl'); - trigger_error('custom_corners/config.php - is rtl ::: ', E_USER_NOTICE); + //trigger_error('custom_corners/config.php - is rtl ::: ', E_USER_NOTICE); } else { $THEME->sheets = array('user_styles'); - trigger_error('custom_corners/config.php - is not rtl ::: ', E_USER_NOTICE); + //trigger_error('custom_corners/config.php - is not rtl ::: ', E_USER_NOTICE); } -trigger_error('custom_corners/config.php - $THEME->sheets: '.$THEME->sheets[0].', '.$THEME->sheets[1], E_USER_NOTICE); +//trigger_error('custom_corners/config.php - $THEME->sheets: '.$THEME->sheets[0].', '.$THEME->sheets[1], E_USER_NOTICE); // $THEME->sheets = array('user_styles'); -- 2.39.5