Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. if(JFactory::getUser()->guest) {
  2. echo '
  3. <div id="ModalStart" class="modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  4. <div class="modal-header">
  5. <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  6. </div>
  7. <div class="modal-body">
  8. <h4>You are not logged in </h4><br>
  9. </div>
  10. </div>
  11. ';
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement