]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
clear both for footer
[quix0rs-gnu-social.git] / actions / showstream.php
index e721a6d201377a446a266421f5a82d1fb53e4eea..5a04e9f4712c5c32f5fefb5403b9f771f296c75f 100644 (file)
@@ -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();
        }