status('401 Unauthorized'); $t->header('Unauthorized'); $t->tag('h1', array(), "401: Unauthorized"); if ($VARS['uid']===false) { // Not logged in $t->paragraph('You need to be logged in to view group-data.'); } else { // Logged in, so the account must not activated $t->paragraph('Your account needs to be activated by an administrator '. 'to group-data.'); } $t->footer();