From c07a4e05c10ca2a5055e2e34d36d79a567b254df Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 9 May 2007 15:33:05 +0000 Subject: [PATCH] added page my-index to exclude list because it uses layout-table --- theme/custom_corners/header.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.5