aboutsummaryrefslogtreecommitdiff
path: root/mod/guidtool/index.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-04 16:10:55 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-04 16:10:55 +0000
commit0e0f13e14edec1048a48360e7573898c9921c355 (patch)
treec40bcc4e0264407e957ccf88e1e8905afc1047c4 /mod/guidtool/index.php
parentcb2e0c121bfcfa0058fb27faa4367e383615c5b1 (diff)
downloadelgg-0e0f13e14edec1048a48360e7573898c9921c355.tar.gz
elgg-0e0f13e14edec1048a48360e7573898c9921c355.tar.bz2
Using the new view
git-svn-id: https://code.elgg.org/elgg/trunk@1685 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/guidtool/index.php')
-rw-r--r--mod/guidtool/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/guidtool/index.php b/mod/guidtool/index.php
index cc10f770f..105aa57c3 100644
--- a/mod/guidtool/index.php
+++ b/mod/guidtool/index.php
@@ -38,6 +38,6 @@
$body = elgg_view_title($title) . elgg_view_entity_list($wrapped_entries, $count, $offset, $limit, false);
// Display main admin menu
- page_draw($title,elgg_view_layout("one_column", $body));
+ page_draw($title,elgg_view_layout("two_column_left_sidebar", '', $body));
set_context($context);
?> \ No newline at end of file