diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-22 06:50:20 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-22 06:50:20 +0000 |
| commit | bdc0876fa86e29ee439e69024f6f476c49886b99 (patch) | |
| tree | ee1b629c7b241322f966eaf287549c8c1aefdc1d /themes | |
| parent | f6381c534e92e230349f5633eb280a22421d9050 (diff) | |
Add messaging system for reporting actions back to the user. Make
module install/uninstall work and tie it into the messaging system.
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 3 | ||||
| -rw-r--r-- | themes/default/views/page.html.php | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 0bd90237..63c9a5ce 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -36,6 +36,9 @@ </div> </div> </div> + + <?= $theme->messages() ?> + <div id="bd"> <div id="yui-main"> <div class="yui-b"> diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 6cda232e..631d851c 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -38,6 +38,9 @@ <?= $theme->display("header.html") ?> </div> </div> + + <?= $theme->messages() ?> + <div id="bd"> <div id="yui-main"> <div class="yui-b"> |
