Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if (isset($flash_notice)) { ?>
- <p class='flash notice'><?= $flash_notice; ?></p>
- <?php } ?>
- <?php if (isset($flash_error)) { ?>
- <p class='flash error'><?= $flash_error; ?></p>
- <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement