<?php global $VARS;
$t = $VARS['template'];
$t->status('401 Unauthorized');
$t->header('Unauthorized');
$t->tag('h1',array(),"401: Unauthorized");
$t->paragraph('You need to be logged in as an admin to edit global plugin '.
'settings.');
$t->footer();