diff -r 96fa8ded7698 -r 21770a1a5213 includes/template.php --- a/includes/template.php Thu Jul 12 15:33:25 2007 -0400 +++ b/includes/template.php Sun Jul 15 11:41:06 2007 -0400 @@ -1434,7 +1434,7 @@ eval($cmd); } - if(count($ob) > 0) $sb_links = '
'. ( ( getConfig('powered_btn') == '1' ) ? $this->fading_button : '' ) . implode('
', $ob).'
'; + if(count($ob) > 0 || getConfig('powered_btn') == '1') $sb_links = '
'. ( ( getConfig('powered_btn') == '1' ) ? $this->fading_button : '' ) . implode('
', $ob).'
'; else $sb_links = ''; $this->sidebar_widget('Links', $sb_links);