summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index 38efe3403..a35db3a9b 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -114,6 +114,7 @@ function common_show_header($pagetitle) {
$pagetitle . " - " . $config['site']['name']);
common_element_end('head');
common_element_start('body');
+ common_element('h1', 'title', $pagetitle);
common_head_menu();
}