add a sidebar

darcs-hash:20080520193636-84dde-a925a6c351e8f8800122f3e264c88478038bdf2d.gz
This commit is contained in:
Evan Prodromou 2008-05-20 15:36:36 -04:00
parent 68fd2c3004
commit 9cc54e14e6
1 changed files with 4 additions and 0 deletions

View 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();