From: urs_hunkler Date: Wed, 9 May 2007 15:33:05 +0000 (+0000) Subject: added page my-index to exclude list because it uses layout-table X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c07a4e05c10ca2a5055e2e34d36d79a567b254df;p=moodle.git added page my-index to exclude list because it uses layout-table --- diff --git a/theme/custom_corners/header.html b/theme/custom_corners/header.html index 55d54788b3..41c28fc4ff 100644 --- a/theme/custom_corners/header.html +++ b/theme/custom_corners/header.html @@ -25,7 +25,8 @@ } // list of pages using the layout-table to be able to view sideblocks - $excludelist = array('mod-chat-view', 'mod-data-view', 'mod-quiz-view'); + $excludelist = array('mod-chat-view', 'mod-data-view', 'mod-quiz-view', + 'my-index'); if ((in_array($PAGE->type, $excludelist)) && (strstr($bodytags, ' nocoursepage'))) { $bodytags = str_replace(' nocoursepage', '', $bodytags);