diff --git a/actions/showstream.php b/actions/showstream.php index 0db76806d9..8ec60cbb46 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -55,6 +55,8 @@ class ShowstreamAction extends StreamAction { $this->notice_form(); } + common_element_start('div', 'sidebar width33 floatRight greenBg'); + $this->show_profile($profile); $this->show_last_notice($profile); @@ -71,6 +73,8 @@ class ShowstreamAction extends StreamAction { $this->show_subscriptions($profile); + common_element_end('div'); + $this->show_notices($profile); common_show_footer();