diff options
Diffstat (limited to 'pages/dashboard/index.php')
-rw-r--r-- | pages/dashboard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/dashboard/index.php b/pages/dashboard/index.php index 6fbbec035..60a3bd17c 100644 --- a/pages/dashboard/index.php +++ b/pages/dashboard/index.php @@ -20,4 +20,4 @@ $intro_message = elgg_view('dashboard/blurb'); // Try and get the user from the username and set the page body accordingly $body = elgg_view_layout('widgets', "", "", $intro_message); -page_draw($title, $body);
\ No newline at end of file +echo elgg_view_page($title, $body);
\ No newline at end of file |