ftimme
2005-12-05 3dedceddfe2d308d37ab06170cdfb05111d122bb
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"]);
        
     }