NBonline
2005-12-21 e0b6391e945a8aeb556fa73b04235eb36d99d434
interface/lib/app.inc.php
@@ -162,6 +162,13 @@
                $this->tpl->setVar('theme',$_SESSION["s"]["theme"]);
                $this->tpl->setVar('phpsessid',session_id());
                $this->tpl->setVar('html_content_encoding',$conf["html_content_encoding"]);
                if($conf["logo"] != '' && @is_file($conf["logo"])){
                  $this->tpl->setVar('logo', '<img src="'.$conf["logo"].'" border="0" alt="">');
                } else {
                  $this->tpl->setVar('logo', '&nbsp;');
                }
                $this->tpl->setVar('app_title',$conf["app_title"]);
                $this->tpl->setVar('delete_confirmation',$this->lng('delete_confirmation'));
          }