--- nfo/php/libs/org.netfrag.flib/Site.php 2002/12/13 09:17:41 1.2 +++ nfo/php/libs/org.netfrag.flib/Site.php 2002/12/19 06:17:32 1.3 @@ -1,8 +1,11 @@ _init_logger(); $this->_init_helpers(); $this->_init_application(); - //$this->_init_database(); + $this->_init_database(); + $this->_init_smarty(); + $this->_init_lt(); } // Dispatchers for all subobjects @@ -107,6 +112,9 @@ function &loadPage($a) { return $this->loader->loadPage($a); } + function &loadTemplate($a, $b = array(), $c = "") { + return $this->loader->loadTemplate($a, $b, $c); + } // dispatchers for Http function &redirect($a) {