modx->hasPermission('help'); } /** * Return the pagetitle * * @return string */ public function getPageTitle() { return $this->modx->lexicon('help'); } /** * Return the location of the template file * @return string */ public function getTemplateFile() { return 'help.tpl'; } /** * Specify the language topics to load * @return array */ public function getLanguageTopics() { return array('about'); } }