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

This commit is contained in:
Bharat Mediratta
2008-12-30 04:12:43 +00:00
parent 27009ad852
commit 8aebdf4e19

View File

@@ -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") ?>" />