From 8d873bdc1692dd25c773f0a97e1c2e42bc82127f Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Thu, 7 Oct 2010 03:26:17 +0000 Subject: [PATCH] tags MDLSITE-1000 Set a better page layout on the standard theme --- tag/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tag/index.php b/tag/index.php index 477d93f30ec..3a993df95ee 100644 --- a/tag/index.php +++ b/tag/index.php @@ -56,6 +56,7 @@ if (empty($tag)) { $PAGE->set_url('/tag/index.php', array('id' => $tag->id)); $PAGE->set_subpage($tag->id); $PAGE->set_context($systemcontext); +$PAGE->set_pagelayout('standard'); $PAGE->set_blocks_editing_capability('moodle/tag:editblocks'); if (($edit != -1) and $PAGE->user_allowed_editing()) { -- 2.43.0