58 $this->CachedMultyFS =
get_package(
'cached_multy_fs' ,
'last' , __FILE__ );
59 $this->Database =
get_package(
'database' ,
'last' , __FILE__ );
60 $this->Security =
get_package(
'security' ,
'last' , __FILE__ );
61 $this->String =
get_package(
'string' ,
'last' , __FILE__ );
95 $Code = $this->CachedMultyFS->get_template( __FILE__ ,
'timer.tpl' );
97 $Code = $this->String->print_record( $Code , $this->Settings->get_raw_settings() );
101 catch( Exception $e )