From 9f39fd31afe198fc78c669088710af64a9976c3d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 11 Jun 2008 11:52:58 -0400 Subject: menu on home and profile darcs-hash:20080611155258-84dde-7afab3908ff3464975f8478fcd41f065466170ae.gz --- actions/all.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'actions/all.php') 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(); -- cgit v1.2.3-54-g00ecf