'body'); //force showing only the body as a complete html document $this->page->get_theme_css = false; $this->page->head .= ''; $this->Finder(); } function FinderPrep(){ $this->finder_opts['url'] = \gp\tool::GetUrl('Admin_Finder'); $this->finder_opts['getFileCallback'] = true; $this->finder_opts['resizable'] = false; } } } namespace{ class admin_browser extends \gp\admin\Content\Browser{} }