* $THEME->layouts = array( * // Most pages - if we encounter an unknown or a missing page type, this one is used. * 'standard' => array( * 'theme' = 'mytheme', * 'file' => 'normal.php', * 'regions' => array('side-pre', 'side-post'), * 'defaultregion' => 'side-post' * ), * // The site home page. * 'home' => array( * 'theme' = 'mytheme', * 'file' => 'home.php', * 'regions' => array('side-pre', 'side-post'), * 'defaultregion' => 'side-post' * ), * // ... * ); *
* echo $OUTPUT->blocks_for_region($regionname); *
There are no more open containers. This suggests there is a nesting problem.
The type of container to be closed (' . $container->type . ') does not match the type of the next open container (' . $type . '). This suggests there is a nesting problem.
Some HTML tags were opened in the body of the page but not closed.