From 749178f34371aabb8a22166fe64920a42679dcc5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 19 May 2008 10:12:19 -0400 Subject: better headers Added H1 headers to all pages. Added H2 headers to sections of pages, where appropriate. Moved a lot of TODOs around. Made the public stream the default if no action is specified. darcs-hash:20080519141219-84dde-f9917a8351596060faa7ff5d231417773764a8fd.gz --- lib/common.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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(); } -- cgit v1.2.3-54-g00ecf