Skip to content

Commit

Permalink
tag-manage MDL-19283 Set a better page layout for the tag management …
Browse files Browse the repository at this point in the history
…screen
  • Loading branch information
Sam Hemelryk committed Jan 28, 2010
1 parent 33c0742 commit 1076800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tag/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
$PAGE->navbar->add(get_string('tags', 'tag'), new moodle_url('/tag/search.php'));
$PAGE->navbar->add(get_string('managetags', 'tag'));
$PAGE->set_title(get_string('managetags', 'tag'));
$PAGE->set_heading(get_string('managetags', 'tag'));
$PAGE->set_pagelayout('standard');
echo $OUTPUT->header();

$err_notice = '';
Expand Down

0 comments on commit 1076800

Please sign in to comment.