aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/history.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-15 21:37:13 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-15 21:37:13 +0000
commitde2500effa7de7bbfb833cf8f6a2c70c9c907bab (patch)
treeb53b5aa083637d56df3429e3530fa928c11ab5d7 /mod/pages/history.php
parenta702acb6e62c4355e52035c3888e1c20e8af8a47 (diff)
downloadelgg-de2500effa7de7bbfb833cf8f6a2c70c9c907bab.tar.gz
elgg-de2500effa7de7bbfb833cf8f6a2c70c9c907bab.tar.bz2
Quick and dirty changes to pages to work on 1.8's layout.
git-svn-id: http://code.elgg.org/elgg/trunk@6495 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/pages/history.php')
-rw-r--r--mod/pages/history.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/pages/history.php b/mod/pages/history.php
index c3bd67154..fec7702ba 100644
--- a/mod/pages/history.php
+++ b/mod/pages/history.php
@@ -46,7 +46,7 @@
pages_set_navigation_parent($pages);
$area3 = elgg_view('pages/sidebar/tree');
- $body = elgg_view_layout('two_column_left_sidebar', '', $area2, $area3);
+ $body = elgg_view_layout('one_column_with_sidebar', $area3, $area2);
page_draw($title, $body);
-?> \ No newline at end of file
+?>