includes/template.php
changeset 436 242353360e37
parent 419 b8b4e38825db
child 458 c433348f3628
--- 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 . ';