summaryrefslogtreecommitdiff
path: root/core/helpers/core_installer.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-18 09:06:46 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-18 09:06:46 +0000
commit8ec0e8471f424ead77a335277d86706c4b6d3add (patch)
tree10ed731ec427af0982f2007ccdaeecdc685d06db /core/helpers/core_installer.php
parent9380e306f4e40da8f6d9a4e9cbe7231b7738ed60 (diff)
Drag and drop in the admin dashboard now saves the location.
* Make block_adder a real block * Suppress the "close" link on block_adder * Move the drag/drop JS into the core code out of the admin theme
Diffstat (limited to 'core/helpers/core_installer.php')
-rw-r--r--core/helpers/core_installer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php
index c7d32963..bf56ca55 100644
--- a/core/helpers/core_installer.php
+++ b/core/helpers/core_installer.php
@@ -234,6 +234,7 @@ class core_installer {
$theme->save();
}
+ block_manager::add("dashboard_sidebar", "core", "block_adder");
block_manager::add("dashboard_sidebar", "core", "stats");
block_manager::add("dashboard_sidebar", "core", "platform_info");
block_manager::add("dashboard_sidebar", "core", "project_news");