Access Denied [DO NOT DELETE]

uid == 0){ drupal_set_title('Please Log In'); if($id==1){ print '
'; print 'You must be logged in to register for the Book Club.
'; print 'Login below if you have an account or Register for a User Account here'; } //print 'This page is only available to certain registered users.'; $form = drupal_get_form('user_login'); print render($form); }else{ drupal_set_title('Access Denied'); print 'You are not authorized to access this page.'; } if($id==1){ print '
'; } ?>