* @version $Revision: 18172 $ */ class SearchModule extends GalleryModule { function SearchModule() { global $gallery; $this->setId('search'); $this->setName($gallery->i18n('Search')); $this->setDescription($gallery->i18n('Search your Gallery')); $this->setVersion('1.0.8'); $this->_templateVersion = 1; $this->setGroup('gallery', $gallery->i18n('Gallery')); $this->setCallbacks(''); $this->setRequiredCoreApi(array(7, 27)); $this->setRequiredModuleApi(array(3, 6)); } } ?>