From db557a6331d2be1496d22627b3de61575567ad1a Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 12 Jun 2008 20:33:11 +0000 Subject: put remaining core plugins through the canvas views git-svn-id: https://code.elgg.org/elgg/trunk@903 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/apitest/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mod/apitest') diff --git a/mod/apitest/index.php b/mod/apitest/index.php index 80af2c3ff..105c44409 100644 --- a/mod/apitest/index.php +++ b/mod/apitest/index.php @@ -70,9 +70,10 @@ foreach ($commands as $command => $details) $list .= apitest_draw_command_form($command, $details); - $body = elgg_view("apitest/main", array( + $body = elgg_view_layout("one_column", elgg_view("apitest/main", array( "config" => apitest_draw_config_panel(), "commandlist" => $list - )); + ))); + page_draw("API Commands",$body); ?> \ No newline at end of file -- cgit v1.2.3