The following users have thanked you: Matthew Johnson
The following users have thanked you: Matthew Johnson
if (!$my->id) {
//insert code here to display to all non-logged in users
<?php mosLoadModules('user9',-2); ?>
}
if ( $my->id ) {
//insert code here to display to all logged in users
//normal template code can go here
}
The following users have thanked you: Matthew Johnson
Time to create page: 0.064 seconds