]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-21149 more anomaly update info
authorPetr Skoda <skodak@moodle.org>
Tue, 12 Jan 2010 17:29:00 +0000 (17:29 +0000)
committerPetr Skoda <skodak@moodle.org>
Tue, 12 Jan 2010 17:29:00 +0000 (17:29 +0000)
theme/anomaly/config.php

index 9f4cfb8835ded810e9d8527466ad4bd97fc1bcb7..b9d1b8bfb5aa3d3a585416bc308caef2d0fabcd4 100644 (file)
@@ -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