From b19729435cd918e03e1bd6fbb91f7281bf3e5873 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 12 Jan 2009 07:39:53 +0000 Subject: 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. --- core/libraries/Admin_View.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/libraries') 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) { -- cgit v1.2.3