aboutsummaryrefslogtreecommitdiff
path: root/mod/guidtool/export.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/export.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/export.php')
-rw-r--r--mod/guidtool/export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/guidtool/export.php b/mod/guidtool/export.php
index e1a2b86c6..49520df20 100644
--- a/mod/guidtool/export.php
+++ b/mod/guidtool/export.php
@@ -16,7 +16,7 @@
$body = elgg_view_title($title);
$body .= elgg_view("forms/guidtool/export", array('entity_guid' => $entity_guid));
- $body = elgg_view_layout('one_column', $body);
+ $body = elgg_view_layout('two_column_left_sidebar', '', $body);
page_draw($title, $body);
?> \ No newline at end of file