Access Denied
<?php
global $user;
if ($user->uid) {
print $user->name; ?>,
We apologize, but you do not have permission to access this page.
If you feel that you have received this message in error, please contact us with specific details so that we may review your access to our web site.
Thank You
<?php }
else {
$_REQUEST['destination'] = $_SERVER['REQUEST_URI'];
$dest = drupal_get_destination();
?>
The page you requested is available to members only...
» <?php print l('Login', 'user/login') ?> or <?php print l('register', 'user/register') ?> to view this page
<?php } ?>