From 31f6f8eb484177dfb838ba3df6e01e9de6e03c13 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 16:42:59 -0400 Subject: [PATCH] move notices and sidebar relative to each other darcs-hash:20080520204259-84dde-46759945569225f25128ed4d18b635ecce3ba1ea.gz --- actions/showstream.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/showstream.php b/actions/showstream.php index e721a6d201..5a04e9f471 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(); }