summaryrefslogtreecommitdiff
path: root/core/libraries
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-12 07:39:53 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-12 07:39:53 +0000
commitb19729435cd918e03e1bd6fbb91f7281bf3e5873 (patch)
tree2e1e1723bfcb8358ac4060927c396777acff2af7 /core/libraries
parentef303bde3e853a01e45b7734698210a40a7be812 (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')
-rw-r--r--core/libraries/Admin_View.php2
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) {