add a sidebar
darcs-hash:20080520193636-84dde-a925a6c351e8f8800122f3e264c88478038bdf2d.gz
This commit is contained in:
parent
68fd2c3004
commit
9cc54e14e6
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user