includes/template.php
changeset 71 21770a1a5213
parent 68 eb34257a6377
child 73 0a74676a2f2f
--- 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 = '<div style="text-align: center; padding: 5px 0;">'. ( ( getConfig('powered_btn') == '1' ) ? $this->fading_button : '' ) . implode('<br />', $ob).'</div>';
+    if(count($ob) > 0 || getConfig('powered_btn') == '1') $sb_links = '<div style="text-align: center; padding: 5px 0;">'. ( ( getConfig('powered_btn') == '1' ) ? $this->fading_button : '' ) . implode('<br />', $ob).'</div>';
     else $sb_links = '';
     
     $this->sidebar_widget('Links', $sb_links);