Advertisement
bueddl

Untitled

Sep 29th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1.  
  2.                 <?php if (isset($flash_notice)) { ?>
  3.                     <p class='flash notice'><?= $flash_notice; ?></p>
  4.                 <?php } ?>
  5.                 <?php if (isset($flash_error)) { ?>
  6.                     <p class='flash error'><?= $flash_error; ?></p>
  7.                 <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement