diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-28 20:33:56 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-28 20:33:56 +0000 |
commit | 4c4fa09266340488dac8ec1624aa233c89aadf68 (patch) | |
tree | 5fbbbe2b138a9a9ed8d0d17af4fe20d268ffb266 /views/default | |
parent | 6d47049d72562d74f0c6838fc2d9d3d89c016a47 (diff) | |
download | elgg-4c4fa09266340488dac8ec1624aa233c89aadf68.tar.gz elgg-4c4fa09266340488dac8ec1624aa233c89aadf68.tar.bz2 |
Trying to increase probability that people will read the welcome widget by making the text shorter
git-svn-id: http://code.elgg.org/elgg/trunk@9048 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/widgets/admin_welcome/content.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/views/default/widgets/admin_welcome/content.php b/views/default/widgets/admin_welcome/content.php index 4ebdb719c..6a9a92e27 100644 --- a/views/default/widgets/admin_welcome/content.php +++ b/views/default/widgets/admin_welcome/content.php @@ -7,11 +7,6 @@ $sections = array( 'intro' => array(), 'admin_overview' => array(), - 'common_links' => array( - elgg_normalize_url('pg/admin/plugins/simple'), - elgg_normalize_url('pg/admin/site/advanced'), - ), - 'external_resources' => array(), 'outro' => array() ); |