Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <div class="alert alert-danger alert-dismissable" <?php if (!$header) { ?> style="display:none" <?php } ?>>
  2. <button type="button" class="close" data-dismiss="alert" aria-label="Close">
  3. <span aria-hidden="true">&times;</span>
  4. </button>
  5. <strong>Warning!</strong>
  6. <?php echo validation_errors(); ?>
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement