diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-20 18:55:24 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-20 18:55:24 +0000 |
commit | 566b755be286b794a07bc92655ec6791012b58ca (patch) | |
tree | 90b60a9f010a61403b51916c9e2e906922fb562f /views/default/dashboard/blurb.php | |
parent | faf079af4ddc0f35fc2b5835c20f184b4c93e303 (diff) | |
download | elgg-566b755be286b794a07bc92655ec6791012b58ca.tar.gz elgg-566b755be286b794a07bc92655ec6791012b58ca.tar.bz2 |
added some light styling to the widget control buttons
git-svn-id: http://code.elgg.org/elgg/trunk@7388 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/dashboard/blurb.php')
-rw-r--r-- | views/default/dashboard/blurb.php | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/views/default/dashboard/blurb.php b/views/default/dashboard/blurb.php index 40b5b70a4..9450d2676 100644 --- a/views/default/dashboard/blurb.php +++ b/views/default/dashboard/blurb.php @@ -1,22 +1,12 @@ <?php /** - * Elgg comments add form + * Elgg dashboard blurb * - * @package Elgg - * - * @uses $vars['entity'] */ ?> <div id="dashboard_info"> -<p> -<?php - - echo elgg_echo("dashboard:nowidgets"); - -?> -</p> -<p> - <a href="<?php echo elgg_get_site_url(); ?>pages/dashboard/latest.php"><?php echo elgg_echo('content:latest:blurb'); ?></a> -</p> + <p> + <?php echo elgg_echo("dashboard:nowidgets"); ?> + </p> </div>
\ No newline at end of file |