Facebook Registration
<?php
global $user;
if ($user->uid > 0) {
print 'You are already registered!';
} else { ?>
You must create an account with Gradspot.com in order to create a roommate finder profile.
<?php } ?>
<?php
global $user;
if ($user->uid > 0) {
print 'You are already registered!';
} else { ?>
You must create an account with Gradspot.com in order to create a roommate finder profile.
<?php } ?>