Advertisement
JAMKING

Untitled

Mar 6th, 2011
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Logo Area
  2. if ( strpos($header_items,'%logo') !== FALSE ) {
  3. ob_start();
  4.  
  5. echo '<table id="logoarea" cellpadding="0" cellspacing="0" border="0" width="100%"><tr>';
  6.  
  7. if ( $bfa_ata['show_search_box'] == "Yes" AND ($bfa_ata['show_posts_icon'] == "Yes" OR
  8. $bfa_ata['show_email_icon'] == "Yes" OR $bfa_ata['show_comments_icon'] == "Yes") ) {
  9. $header_rowspan = 'rowspan="2" ';
  10. } else {
  11. $header_rowspan = '';
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement