summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 0db76806d..8ec60cbb4 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();