diff --git a/customindex/index.php b/customindex/index.php index 6b2af23d5eaa7969887fb733b061b878fc39e425..b18de1baad466689991511c4c731365c0982f591 100644 --- a/customindex/index.php +++ b/customindex/index.php @@ -14,7 +14,7 @@ // require_once(dirname(dirname(dirname(__FILE__))) . '/engine/start.php'); // Get view - $area1 = elgg_view('customindex/content', $vars); + $area1 = elgg_view('customindex/content', array()); // Format $body = elgg_view_layout('one_column', $area1); @@ -24,4 +24,4 @@ // Draw page echo page_draw(elgg_echo(' Huskers Around The World'), $body); -?> \ No newline at end of file +?>