mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 17:29:18 -04:00
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:
@@ -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") ?>" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user