summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-11 11:52:58 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-11 11:52:58 -0400
commit9f39fd31afe198fc78c669088710af64a9976c3d (patch)
tree086701d6ef16a40fdbca557865bb3673f24d06a0 /actions/showstream.php
parente4534d60be73634ac49a1ac1f57ecc7bf8ccb1e8 (diff)
menu on home and profile
darcs-hash:20080611155258-84dde-7afab3908ff3464975f8478fcd41f065466170ae.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index f8446e008..2130251ce 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -53,7 +53,9 @@ class ShowstreamAction extends StreamAction {
$user->nickname)));
common_show_header($profile->nickname, array($this, 'show_header'), $user);
-
+
+ $this->views_menu();
+
$this->show_profile($profile);
$this->show_notices($profile);