diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-12 07:39:53 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-12 07:39:53 +0000 |
commit | b19729435cd918e03e1bd6fbb91f7281bf3e5873 (patch) | |
tree | 2e1e1723bfcb8358ac4060927c396777acff2af7 /core/libraries/Admin_View.php | |
parent | ef303bde3e853a01e45b7734698210a40a7be812 (diff) |
Dashboard blocks are now data driven, and you can add new blocks to
both the sidebar and the center content area from a dropdown at the
top of the dashboard sidebar.
Diffstat (limited to 'core/libraries/Admin_View.php')
-rw-r--r-- | core/libraries/Admin_View.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/libraries/Admin_View.php b/core/libraries/Admin_View.php index a6768d8b..af2d7fa8 100644 --- a/core/libraries/Admin_View.php +++ b/core/libraries/Admin_View.php @@ -85,13 +85,11 @@ class Admin_View_Core extends View { public function __call($function, $args) { switch ($function) { case "admin_credits"; - case "admin_dashboard_blocks": case "admin_footer": case "admin_header_top": case "admin_header_bottom": case "admin_page_bottom": case "admin_page_top": - case "admin_sidebar_blocks": case "admin_head": $blocks = array(); foreach (module::installed() as $module) { |