includes/template.php
changeset 71 21770a1a5213
parent 68 eb34257a6377
child 73 0a74676a2f2f
equal deleted inserted replaced
70:96fa8ded7698 71:21770a1a5213
  1432     foreach ( $code as $cmd )
  1432     foreach ( $code as $cmd )
  1433     {
  1433     {
  1434       eval($cmd);
  1434       eval($cmd);
  1435     }
  1435     }
  1436     
  1436     
  1437     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>';
  1437     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>';
  1438     else $sb_links = '';
  1438     else $sb_links = '';
  1439     
  1439     
  1440     $this->sidebar_widget('Links', $sb_links);
  1440     $this->sidebar_widget('Links', $sb_links);
  1441   }
  1441   }
  1442   
  1442