]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
move notices and sidebar relative to each other
authorEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 20:42:59 +0000 (16:42 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 20:42:59 +0000 (16:42 -0400)
darcs-hash:20080520204259-84dde-46759945569225f25128ed4d18b635ecce3ba1ea.gz

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();
        }