diff --git a/theme/custom_corners/header.html b/theme/custom_corners/header.html index 55d54788b37..41c28fc4ffc 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);