]> git.mjollnir.org Git - moodle.git/commitdiff
added page my-index to exclude list because it uses layout-table
authorurs_hunkler <urs_hunkler>
Wed, 9 May 2007 15:33:05 +0000 (15:33 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 9 May 2007 15:33:05 +0000 (15:33 +0000)
theme/custom_corners/header.html

index 55d54788b37a738f40b76267caa22e39b820994b..41c28fc4ffcf0b31570775541c6a67605a8d44ff 100644 (file)
@@ -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);