summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-11 06:44:31 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-11 06:44:31 +0000
commit3e552053f1fd3ebcc34c2fef4efb50721da749e5 (patch)
treef6d5053ca7a98390e64aaf4f602ee0f37330f9e2 /profiles
parent9667f4726d98d6ce8bab8360d0221028f954bdec (diff)
downloadbrdo-3e552053f1fd3ebcc34c2fef4efb50721da749e5.tar.gz
brdo-3e552053f1fd3ebcc34c2fef4efb50721da749e5.tar.bz2
#337947 by codycraven, cwgordon7, yoroy, et al: Add a 'recent content block' for use on the dashboard.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/standard/standard.install10
1 files changed, 10 insertions, 0 deletions
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
@@ -106,6 +106,16 @@ function standard_install() {
'cache' => -1,
),
array(
+ 'module' => 'node',
+ 'delta' => 'recent',
+ 'theme' => 'seven',
+ 'status' => 1,
+ 'weight' => 10,
+ 'region' => 'dashboard_main',
+ 'pages' => '',
+ 'cache' => -1,
+ ),
+ array(
'module' => 'user',
'delta' => 'login',
'theme' => 'garland',