aboutsummaryrefslogtreecommitdiff
path: root/mod/logbrowser/index.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/logbrowser/index.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/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