diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 15:43:26 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 15:43:26 -0400 |
commit | 778fba1a24712c85b525a65d3e4c0862e0833cdd (patch) | |
tree | a0654d9976f3063bbd25c84843ef79cb3cd0d4ca /actions | |
parent | 36c680342c1569d33cfde151f78d59c8ba8147ba (diff) |
float notices left
darcs-hash:20080520194326-84dde-48b25c342111e354759263ccea2e2c9ad8345904.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 144d84123..eec54b68f 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -55,6 +55,8 @@ class ShowstreamAction extends StreamAction { $this->notice_form(); } + $this->show_notices($profile); + common_element_start('div', 'sidebar width33 floatRight greenBg'); $this->show_profile($profile); @@ -75,8 +77,6 @@ class ShowstreamAction extends StreamAction { common_element_end('div'); - $this->show_notices($profile); - common_show_footer(); } @@ -255,7 +255,7 @@ class ShowstreamAction extends StreamAction { $notice->find(); - common_element_start('div', 'notices'); + common_element_start('div', 'notices width66 floatLeft'); common_element('h2', 'notices', _t('Notices')); while ($notice->fetch()) { |