From b1d2d048b0f5aa7da9cd06e55385fef3fee6eb7f Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Wed, 3 Nov 2010 02:26:16 +0000 Subject: [PATCH] theme-anomaly MDL-25028 Removed unused function is anomaly's lib.php file. --- theme/anomaly/lib.php | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) 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