tbrehm
2008-11-22 ae69e622d3bae420246fd5ac11a1f95545e74a9c
interface/lib/app.inc.php
@@ -164,7 +164,7 @@
      $this->tpl->setVar('theme', $_SESSION['s']['theme']);
      $this->tpl->setVar('phpsessid', session_id());
      $this->tpl->setVar('html_content_encoding', $this->_conf['html_content_encoding']);
      if($this->_conf['logo'] != '' && @is_file($this->_conf['logo'])){
      if(isset($this->_conf['logo']) && $this->_conf['logo'] != '' && @is_file($this->_conf['logo'])){
         $this->tpl->setVar('logo', '<img src="'.$this->_conf['logo'].'" border="0" alt="">');
      } else {
         $this->tpl->setVar('logo', '&nbsp;');
@@ -181,6 +181,7 @@
      if(isset($_SESSION['s']['user']) && $this->auth->has_clients($_SESSION['s']['user']['userid'])) {
         $this->tpl->setVar('is_reseller', 1);
      }
      $this->tpl->setVar('ISPC_APP_VERSION', ISPC_APP_VERSION);
    }
    
} // end class