tbrehm
2005-11-01 336a577f2809c9760e7a1a15f10f523b2cf20c8d
interface/lib/app.inc.php
@@ -136,9 +136,11 @@
      }
     
     function tpl_defaults() {
      global $conf;
      
      $this->tpl->setVar('theme',$_SESSION["s"]["theme"]);
      $this->tpl->setVar('phpsessid',session_id());
      $this->tpl->setVar('html_content_encoding',$conf["html_content_encoding"]);
        
     }