summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-30 04:12:43 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-30 04:12:43 +0000
commit8aebdf4e19106e86b5c1e298d270a070f13e2174 (patch)
treebac94761a9546902853ead817bde5768e069177f
parent27009ad852d987319f37b38660cd91fc46375b17 (diff)
Add site_status to the default theme. Only admins will see messages for now, but it's nice for them to see messages when browsing instead of just in the site admin
-rw-r--r--themes/default/views/header.html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php
index 3602702d..e9d980a7 100644
--- a/themes/default/views/header.html.php
+++ b/themes/default/views/header.html.php
@@ -1,4 +1,5 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
+<?= $theme->site_status() ?>
<?= $theme->header_top() ?>
<img id="gLogo" alt="<?= _("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" />