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/views/admin_dashboard_blocks.html.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 core/views/admin_dashboard_blocks.html.php (limited to 'core/views/admin_dashboard_blocks.html.php') diff --git a/core/views/admin_dashboard_blocks.html.php b/core/views/admin_dashboard_blocks.html.php new file mode 100644 index 00000000..56a6ab07 --- /dev/null +++ b/core/views/admin_dashboard_blocks.html.php @@ -0,0 +1,25 @@ + +
+ + + + + + + $block_list): ?> + $title): ?> + + + + + + +
+ + + +
+
+%s",print_r($available,1));flush(); ?> +%s",print_r($displayed,1));flush(); ?> -- cgit v1.2.3