aboutsummaryrefslogtreecommitdiff
path: root/mod/logbrowser/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/logbrowser/index.php')
-rw-r--r--mod/logbrowser/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/logbrowser/index.php b/mod/logbrowser/index.php
index e23d1cef3..9ef3d2617 100644
--- a/mod/logbrowser/index.php
+++ b/mod/logbrowser/index.php
@@ -37,7 +37,7 @@
$result = elgg_view_entity_list($log_entries, $count, $offset, $limit, false);
// Display main admin menu
- page_draw($title,elgg_view_layout("one_column", elgg_view_title($title).$result));
+ page_draw($title,elgg_view_layout("two_column_left_sidebar", '', elgg_view_title($title).$result));
set_context($context);
?> \ No newline at end of file