summaryrefslogtreecommitdiff
path: root/lib/util.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-10 15:38:54 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-10 15:38:54 -0400
commit2c95246fcdc3aca299448649654063b3a77e4fe1 (patch)
tree6bd560b3317d0f904f9a19209c7d41171e920283 /lib/util.php
parent81fd41f64db95218f0364287b1f084500000395c (diff)
finish logo link
darcs-hash:20080610193854-84dde-5abf4471581cd474bfcf68cab6b72b7a6a9d5930.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php
index 1e3014555..b9c0bc93b 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -169,6 +169,7 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $notice=NULL
($config['site']['logo']) : theme_path('logo.png'),
'alt' => $config['site']['name'],
'id' => 'logo'));
+ common_element_end('a');
if (common_logged_in()) {
common_notice_form();
}