From 3e552053f1fd3ebcc34c2fef4efb50721da749e5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 11 Jan 2010 06:44:31 +0000 Subject: #337947 by codycraven, cwgordon7, yoroy, et al: Add a 'recent content block' for use on the dashboard. --- profiles/standard/standard.install | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'profiles/standard/standard.install') diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index 79bb13122..bd5b8cd77 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -105,6 +105,16 @@ function standard_install() { 'pages' => '', 'cache' => -1, ), + array( + 'module' => 'node', + 'delta' => 'recent', + 'theme' => 'seven', + 'status' => 1, + 'weight' => 10, + 'region' => 'dashboard_main', + 'pages' => '', + 'cache' => -1, + ), array( 'module' => 'user', 'delta' => 'login', -- cgit v1.2.3