diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 15:36:36 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 15:36:36 -0400 |
commit | 9cc54e14e6fae9001a4a38f819d9a6f6f7cc4c73 (patch) | |
tree | c271456591d95ca945d0b50fe0c745b1ba9051f6 /actions | |
parent | 68fd2c30049d7a8812a86936bfd8d442ea919379 (diff) |
add a sidebar
darcs-hash:20080520193636-84dde-a925a6c351e8f8800122f3e264c88478038bdf2d.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 4 |
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(); |