diff --git a/theme/anomaly/lib.php b/theme/anomaly/lib.php index a76352ab2ef..dc33c817474 100644 --- a/theme/anomaly/lib.php +++ b/theme/anomaly/lib.php @@ -1,20 +1,8 @@ layout_options['noblocks']) && - array_key_exists($PAGE->pagelayout, $PAGE->theme->layouts) && - in_array($region, $PAGE->theme->layouts[$PAGE->pagelayout]['regions']) && - $PAGE->blocks->region_has_content($region, $OUTPUT) - ); -} \ No newline at end of file + * Any functions that get created here should ALWAYS contain the theme name + * to reduce complications for other theme designers who may be copying this theme. + */ \ No newline at end of file