From: Evan Prodromou Date: Tue, 20 May 2008 20:42:59 +0000 (-0400) Subject: move notices and sidebar relative to each other X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=31f6f8eb484177dfb838ba3df6e01e9de6e03c13;p=quix0rs-gnu-social.git move notices and sidebar relative to each other darcs-hash:20080520204259-84dde-46759945569225f25128ed4d18b635ecce3ba1ea.gz --- 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(); }