woss

Untitled

Mar 5th, 2011
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.59 KB | None | 0 0
  1. <?php
  2.  
  3. } else {
  4.  
  5.     $html  = "<div id='content'><h1>testando</h1><h3>";
  6.     $html .= empty($D->usr->fullname) ? htmlspecialchars($D->usr->username) : htmlspecialchars($D->usr->fullname);
  7.     $html .= "</h3></div>";
  8.  
  9.     echo $html;
  10.  
  11. }
  12.  
  13. ?>
  14.  
  15. //==================================================================================================================
  16.  
  17. <?php } else { ?>
  18.  
  19.    <div id='content'>
  20.       <h1>testando</h1>
  21.       <h3>
  22.          <?php echo empty($D->usr->fullname) ? htmlspecialchars($D->usr->username) : htmlspecialchars($D->usr->fullname); ?>
  23.       </h3>
  24.    </div>
  25.  
  26. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment