diff options
Diffstat (limited to 'mod/pages/index.php')
-rw-r--r-- | mod/pages/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <?php /** - * Elgg Pages list + * List a user's or group's pages * * @package ElggPages */ @@ -32,6 +32,7 @@ $params = array( 'filter_context' => 'mine', 'content' => $content, 'title' => $title, + 'sidebar' => elgg_view('pages/sidebar/navigation'), ); if (elgg_instanceof($owner, 'group')) { |