aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-19 20:44:22 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-19 20:44:22 +0000
commit9c1ca0412bc94fa00494ce8bc46c6a8d4e66c4b2 (patch)
tree52a98da29079ea0ef1a93085126477c081033e1f /pages
parentc4086e0deabe3b4305f1368082c8bfcaab5539aa (diff)
downloadelgg-9c1ca0412bc94fa00494ce8bc46c6a8d4e66c4b2.tar.gz
elgg-9c1ca0412bc94fa00494ce8bc46c6a8d4e66c4b2.tar.bz2
starting to use the grid in the widget code
git-svn-id: http://code.elgg.org/elgg/trunk@7692 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'pages')
-rw-r--r--pages/dashboard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/dashboard.php b/pages/dashboard.php
index ef3d987b1..c6a24773a 100644
--- a/pages/dashboard.php
+++ b/pages/dashboard.php
@@ -15,7 +15,7 @@ set_page_owner(get_loggedin_userid());
$title = elgg_echo('dashboard');
// wrap intro message in a div
-$intro_message = elgg_view('dashboard/blurb');
+$intro_message = elgg_view('core/dashboard/blurb');
$params = array(
'box' => $intro_message,