From af5b59b518123a15a7182ebfe2487a9e10f67ee8 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 22 Jan 2011 16:36:30 +0000 Subject: more clean up of the pages plugin to use new HTML/CSS git-svn-id: http://code.elgg.org/elgg/trunk@7898 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/pages/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/pages/index.php') diff --git a/mod/pages/index.php b/mod/pages/index.php index 2da53ed7b..b257b14b4 100644 --- a/mod/pages/index.php +++ b/mod/pages/index.php @@ -1,6 +1,6 @@ 'mine', 'content' => $content, 'title' => $title, + 'sidebar' => elgg_view('pages/sidebar/navigation'), ); if (elgg_instanceof($owner, 'group')) { -- cgit v1.2.3