summaryrefslogtreecommitdiff
path: root/actions/all.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/all.php')
-rw-r--r--actions/all.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/actions/all.php b/actions/all.php
index e51dc375c..83401d422 100644
--- a/actions/all.php
+++ b/actions/all.php
@@ -46,7 +46,9 @@ class AllAction extends StreamAction {
common_show_header($profile->nickname . _t(" and friends"),
array($this, 'show_header'), $user);
-
+
+ $this->views_menu();
+
$this->show_notices($profile);
common_show_footer();