diff options
Diffstat (limited to 'views/default/dashboard/blurb.php')
-rw-r--r-- | views/default/dashboard/blurb.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/views/default/dashboard/blurb.php b/views/default/dashboard/blurb.php new file mode 100644 index 000000000..6220ba595 --- /dev/null +++ b/views/default/dashboard/blurb.php @@ -0,0 +1,12 @@ +<div id="dashboard_info">
+<p>
+<?php
+
+ echo elgg_echo("dashboard:nowidgets");
+
+?>
+</p>
+<p>
+ <a href="<?php echo $vars['url']; ?>dashboard/latest.php"><?php echo elgg_echo('content:latest:blurb'); ?></a>
+</p>
+</div>
\ No newline at end of file |