ftimme
2005-12-15 4cfff787c076d963ff56103ef416a1ea661a375d
interface/lib/app.inc.php
@@ -162,6 +162,11 @@
                $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;');
                }
          }