From: Evan Prodromou Date: Tue, 20 May 2008 19:36:36 +0000 (-0400) Subject: add a sidebar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9cc54e14e6fae9001a4a38f819d9a6f6f7cc4c73;p=quix0rs-gnu-social.git add a sidebar darcs-hash:20080520193636-84dde-a925a6c351e8f8800122f3e264c88478038bdf2d.gz --- 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();