diff -r a434d60e525d -r 242353360e37 includes/template.php --- a/includes/template.php Tue Feb 19 08:32:57 2008 -0500 +++ b/includes/template.php Wed Feb 20 14:38:39 2008 -0500 @@ -717,6 +717,7 @@ var scriptPath=\''. scriptPath .'\'; var contentPath=\''.contentPath.'\'; var ENANO_SID =\'' . $SID . '\'; + var user_level=' . $session->user_level . '; var auth_level=' . $session->auth_level . '; var USER_LEVEL_GUEST = ' . USER_LEVEL_GUEST . '; var USER_LEVEL_MEMBER = ' . USER_LEVEL_MEMBER . ';