diff options
Diffstat (limited to 'mod/pages/history.php')
-rw-r--r-- | mod/pages/history.php | 4 |
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 +?> |