Return to Snippet

Revision: 13361
at April 21, 2009 10:51 by sinecera


Initial Code
<?php global $u; 
if ($u -> isLoggedIn ()) { ?>
//Do Something
<?php } ?>

Initial URL


Initial Description


Initial Title
If user is logged in, do this - Concrete5

Initial Tags
user

Initial Language
PHP