62 $PageJS =
get_package(
'page::page_js' ,
'last' , __FILE__ );
64 $PageJS->add_javascript(
"{http_host}/$PackagePath/include/js/gallery_view.js" );
67 $Lang->include_strings_js(
'gallery::gallery_view' );
101 $ContextSet =
get_package(
'gui::context_set' ,
'last' , __FILE__ );
103 $ContextSet->execute( $Options , $this , __FILE__ );
105 return( $this->Output );
107 catch( Exception $e )