move notices and sidebar relative to each other

darcs-hash:20080520204259-84dde-46759945569225f25128ed4d18b635ecce3ba1ea.gz
This commit is contained in:
Evan Prodromou 2008-05-20 16:42:59 -04:00
parent 0a52f79216
commit 31f6f8eb48
1 changed files with 2 additions and 2 deletions

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