Skip to content

Commit

Permalink
tags MDLSITE-1000 Set a better page layout on the standard theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Oct 7, 2010
1 parent 8a448e0 commit 8d873bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tag/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
$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()) {
Expand Down

0 comments on commit 8d873bd

Please sign in to comment.