Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- } else {
- $html = "<div id='content'><h1>testando</h1><h3>";
- $html .= empty($D->usr->fullname) ? htmlspecialchars($D->usr->username) : htmlspecialchars($D->usr->fullname);
- $html .= "</h3></div>";
- echo $html;
- }
- ?>
- //==================================================================================================================
- <?php } else { ?>
- <div id='content'>
- <h1>testando</h1>
- <h3>
- <?php echo empty($D->usr->fullname) ? htmlspecialchars($D->usr->username) : htmlspecialchars($D->usr->fullname); ?>
- </h3>
- </div>
- <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment