<?php if ($my->usertype) : ?>
...HTML to show to non-guests goes here...
<?php else : ?>
...HTML to show to guests goes here...
<?php endif; ?>
<?php if ($my->gid) : ?>
...HTML to show to non-guests goes here...
<?php else : ?>
...HTML to show to guests goes here...
<?php endif; ?>
Time to create page: 0.039 seconds