Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div style="text-align: center;">
- <?php if (!empty($_SESSION['message'])): ?>
- <div style="background-color: greenyellow;padding: 5px;margin: 15px"><?= SessionWrapper::handle('message') ?></div>
- <?php endif; ?>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement