diff options
Diffstat (limited to 'dashboard')
-rw-r--r-- | dashboard/latest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/latest.php b/dashboard/latest.php index 750754518..c1a3d3db5 100644 --- a/dashboard/latest.php +++ b/dashboard/latest.php @@ -24,5 +24,5 @@ if(is_plugin_enabled('riverdashboard')) { } else { $content = "Riverdashboard not loaded"; } -$content = elgg_view_layout('one_column_with_sidebar', '', $title . $content); +$content = elgg_view_layout('one_column_with_sidebar', $title . $content); page_draw(elgg_echo('content:latest'), $content); |