diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 01:42:18 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 01:42:18 +0000 |
commit | e4bace4c7414138d8d9b67f79a902f63694fc10c (patch) | |
tree | 9c45ba59a588723b6245d0936497f9338eaf70fc /core/views | |
parent | b933d1a17096bfe61cf43ee866d7ae5eb557e3af (diff) |
Collapse Admin_Dashboard_Controller down into a single theme call, since now
all dashboard blocks are stored in modules.
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/admin_dashboard.html.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/views/admin_dashboard.html.php b/core/views/admin_dashboard.html.php deleted file mode 100644 index 2713cc0b..00000000 --- a/core/views/admin_dashboard.html.php +++ /dev/null @@ -1,3 +0,0 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> -<?= $theme->dashboard_blocks(); ?> - |