From 218671eb691b0533a374e8cd6510c79f6dc25e98 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Tue, 12 Jan 2010 17:29:00 +0000 Subject: [PATCH] MDL-21149 more anomaly update info --- theme/anomaly/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/anomaly/config.php b/theme/anomaly/config.php index 9f4cfb8835d..b9d1b8bfb5a 100644 --- a/theme/anomaly/config.php +++ b/theme/anomaly/config.php @@ -12,7 +12,7 @@ $THEME->sheets = array('styles', 'styles_layout', 'styles_select'); /// stylesheet files you want included in this theme, and in what order //////////////////////////////////////////////////////////////////////////////// -$THEME->parents = array('standardold'); +$THEME->parents = array('standardold'); // TODO: new themes can not be based on standardold, instead use 'base' as the base /// This variable can be set to the name of a parent theme /// which you want to have included before the current theme. /// This can make it easy to make modifications to another