diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-12 22:43:47 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-12 22:43:47 +0000 |
commit | f03c3bd5bfa8d8425121c769b27c4382147dec65 (patch) | |
tree | ec20ab283bdf55abdba79083dd20d332362eeaad /views/default/dashboard/blurb.php | |
parent | da63469210a1c6492b5a0b832b1a54109f248a86 (diff) | |
download | elgg-f03c3bd5bfa8d8425121c769b27c4382147dec65.tar.gz elgg-f03c3bd5bfa8d8425121c769b27c4382147dec65.tar.bz2 |
adding a place to put views for core pages
git-svn-id: http://code.elgg.org/elgg/trunk@7608 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/dashboard/blurb.php')
-rw-r--r-- | views/default/dashboard/blurb.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/views/default/dashboard/blurb.php b/views/default/dashboard/blurb.php deleted file mode 100644 index 821c617f5..000000000 --- a/views/default/dashboard/blurb.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -/** - * Elgg dashboard blurb - * - */ -?> - -<div id="dashboard-info"> - <p> - <?php echo elgg_echo("dashboard:nowidgets"); ?> - </p> -</div>
\ No newline at end of file |