Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. function alert($message, $type){
  2.     return "<div class=\"alert alert-".$type."\" role=\"alert\">".$message."</div>";
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement