70 $this->CachedMultyFS =
get_package(
'cached_multy_fs' ,
'last' , __FILE__ );
71 $this->Security =
get_package(
'security' ,
'last' , __FILE__ );
72 $this->String =
get_package(
'string' ,
'last' , __FILE__ );
106 list( $Speed , $Prefix , $FormId , $Action ) = $this->BlockSettings->get_settings(
107 'speed,prefix,form_id,action' ,
'500,common,search_form,'
110 $TemplateFileName = $Prefix ==
'common' ?
'common_search_form.tpl' :
'custom_search_form.tpl';
112 $Code = $this->CachedMultyFS->get_template( __FILE__ , $TemplateFileName );
115 array(
'{speed}' ,
'{prefix}' ,
'{form_id}' ,
'{action}' ) ,
116 array( $Speed , $Prefix , $FormId , $Action ) ,
122 catch( Exception $e )