From 53b7f5e7715ea3c71f525df77d74641e5220a9a6 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 2 Nov 2010 23:58:36 +0000 Subject: Fixes #2360: page_draw => elgg_view_page in core + bundled plugins git-svn-id: http://code.elgg.org/elgg/trunk@7210 36083f99-b078-4883-b0ff-0f9b5a30f544 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 833bab98e..014721954 100644 --- a/index.php +++ b/index.php @@ -52,5 +52,5 @@ if (!trigger_plugin_hook('index', 'system', null, FALSE)) { $login_form = elgg_view('account/forms/login'); $content = elgg_view_layout('one_column_with_sidebar', $title . $activity, $login_form); - page_draw(null, $content); + echo elgg_view_page(null, $content); } -- cgit v1.2.3