From 9cc54e14e6fae9001a4a38f819d9a6f6f7cc4c73 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 15:36:36 -0400 Subject: [PATCH] add a sidebar darcs-hash:20080520193636-84dde-a925a6c351e8f8800122f3e264c88478038bdf2d.gz --- actions/showstream.php | 4 ++++ 1 file changed, 4 insertions(+) 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();