diff --git a/blog/tags.php b/blog/tags.php index 3345851b9f7..2f133b6a018 100755 --- a/blog/tags.php +++ b/blog/tags.php @@ -20,6 +20,7 @@ $sitecontext = get_context_instance(CONTEXT_SYSTEM, SITEID); $error = ''; +$script = ''; switch ($action) { /// Adding an official tag from submitted value case 'addofficial': @@ -56,11 +57,13 @@ switch ($action) { } /// Write newly added tags back into window opener. - echo ''; } @@ -105,7 +108,8 @@ switch ($action) { } /// Remove parent window option via javascript. - echo ''; } @@ -135,7 +139,7 @@ switch ($action) { /// Print the table. -print_header(); +print_header (get_string('tagmanagement'), '', '', '', $script); include_once('tags.html'); print_footer();