59 $this->CachedMultyFS =
get_package(
'cached_multy_fs' ,
'last' , __FILE__ );
60 $this->Security =
get_package(
'security' ,
'last' , __FILE__ );
61 $this->TemplateContentAccess =
get_package(
'page::template_content::template_content_access' );
62 $this->String =
get_package(
'string' ,
'last' , __FILE__ );
92 $PageJS =
get_package(
'page::page_js' ,
'last' , __FILE__ );
94 'page::template_content::template_content_view' ,
'last'
96 $PageJS->add_javascript(
"{http_host}/$PackagePath/include/js/template_content_view.js" );
99 $Lang->include_strings_js(
'page::template_content::template_content_view' );
101 catch( Exception $e )
133 if( $Options->get_setting(
'template' ,
false ) === false )
135 $ContextSet =
get_package(
'gui::context_set' ,
'last' , __FILE__ );
137 $ContextSet->execute( $Options , $this , __FILE__ );
139 return( $this->Output );
143 return( $this->TemplateContentAccess->get_content_ex( $Options ) );
146 catch( Exception $e )