diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-12 20:33:11 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-12 20:33:11 +0000 |
commit | db557a6331d2be1496d22627b3de61575567ad1a (patch) | |
tree | 2eb09b5ad5fb4abdcce759581bf5d4abeea259c6 /mod/apitest/index.php | |
parent | 4c84500ceeb484df84d116257e28b4924f2a7740 (diff) | |
download | elgg-db557a6331d2be1496d22627b3de61575567ad1a.tar.gz elgg-db557a6331d2be1496d22627b3de61575567ad1a.tar.bz2 |
put remaining core plugins through the canvas views
git-svn-id: https://code.elgg.org/elgg/trunk@903 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/apitest/index.php')
-rw-r--r-- | mod/apitest/index.php | 5 |
1 files changed, 3 insertions, 2 deletions
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 |