Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <?php if ($this->session->flashdata('flash_message')): ?>
  2. <script>
  3. swal({
  4. title: "Done",
  5. text: "<?php echo $this->session->flashdata('flash_message'); ?>",
  6. timer: 1500,
  7. showConfirmButton: false,
  8. type: 'success'
  9. });
  10. </script>
  11. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement