diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-29 04:12:21 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-29 04:12:21 +0000 |
commit | 22a7983bbd17b60116437a70f79cf62464f82743 (patch) | |
tree | abea712f61e269ae5ccd3d4eb55163cfd7dc262d | |
parent | e6da2234e778821d71c33de012a37e3fa920489c (diff) |
Re-add $theme->messages(), which got accidentally removed.
-rw-r--r-- | themes/admin_default/views/admin.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 2859ee25..a6311a31 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -42,6 +42,8 @@ </div> </div> + <?= $theme->messages() ?> + <div id="bd"> <div id="yui-main"> <div class="yui-b"> |