diff options
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 |