tbrehm
2007-07-03 4fae7e24eb4a3d3dd5cd3eeaa97d6fef97426547
interface/lib/app.inc.php
@@ -169,6 +169,10 @@
                }
                $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);
            }
          }