]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add a sidebar
authorEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 19:36:36 +0000 (15:36 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 19:36:36 +0000 (15:36 -0400)
darcs-hash:20080520193636-84dde-a925a6c351e8f8800122f3e264c88478038bdf2d.gz

actions/showstream.php

index 0db76806d9e783fe67c5730ecad7898bf4d61f48..8ec60cbb46a1fb8ac559c784d96820ec1091ed3c 100644 (file)
@@ -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();