From 0e0f13e14edec1048a48360e7573898c9921c355 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 4 Aug 2008 16:10:55 +0000 Subject: Using the new view git-svn-id: https://code.elgg.org/elgg/trunk@1685 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/guidtool/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/guidtool/export.php') 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 -- cgit v1.2.3