rolex logo

Tournament Results

<?php
global $user;
$link="/tournaments/results";

if ($user->uid==1) {
print "Admin doesn't redirect automatically.: <a href=/$link>$link</a>";
} else {
drupal_goto($link);
}

?>

Landing Page Information: