diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:42:59 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:42:59 -0400 |
commit | 31f6f8eb484177dfb838ba3df6e01e9de6e03c13 (patch) | |
tree | 03ef0e6bfb1642c8af7bd59020d4e35319ca7b76 /actions/showstream.php | |
parent | 0a52f792161ad68e33a7586123f5b2ba68527d8d (diff) |
move notices and sidebar relative to each other
darcs-hash:20080520204259-84dde-46759945569225f25128ed4d18b635ecce3ba1ea.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index e721a6d20..5a04e9f47 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -55,10 +55,10 @@ class ShowstreamAction extends StreamAction { common_notice_form(); } - $this->show_notices($profile); - $this->show_sidebar($profile); + $this->show_notices($profile); + common_show_footer(); } |