diff options
Diffstat (limited to 'mod/pages/index.php')
-rw-r--r-- | mod/pages/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/index.php b/mod/pages/index.php index 7e48c06d8..3cffbd292 100644 --- a/mod/pages/index.php +++ b/mod/pages/index.php @@ -51,4 +51,4 @@ $body .= $objects; $body = elgg_view_layout('one_column_with_sidebar', $body); // Finally draw the page -page_draw($title, $body); +echo elgg_view_page($title, $body); |