MDL-23310 fixed undefined page layouts

This commit is contained in:
Petr Skoda 2010-07-15 18:09:11 +00:00
parent 835d78ff9e
commit 897aa80c05
4 changed files with 7 additions and 7 deletions

View file

@ -53,7 +53,7 @@ $blogs = $DB->get_records('blog_external', array('userid' => $USER->id));
$PAGE->set_heading("$SITE->shortname: $strblogs: $strexternalblogs", $SITE->fullname);
$PAGE->set_title("$SITE->shortname: $strblogs: $strexternalblogs");
$PAGE->set_pagelayout('general');
$PAGE->set_pagelayout('standard');
echo $OUTPUT->header();
echo $OUTPUT->heading($strexternalblogs, 2);