Powered by Blogger.

How to check if a user is logged in in socialengine


How to check if a user is logged in in socialengine

<?php if( $this->viewer->getIdentity()) : ?>
//user is login
<?php endif; ?>

No comments