tbrehm
2007-08-11 4f4b91f5d030756f4b50634cdd978c97dd16bb8d
interface/lib/app.inc.php
@@ -170,6 +170,9 @@
                $this->tpl->setVar('app_title',$conf["app_title"]);
                $this->tpl->setVar('delete_confirmation',$this->lng('delete_confirmation'));
            $this->tpl->setVar('app_module',$_SESSION["s"]["module"]["name"]);
            if($_SESSION["s"]["user"]["typ"] == 'admin') {
               $this->tpl->setVar('is_admin',1);
            }
          }