Exemplo n.º 1
0
 /**
  * Set the name of the module in the index page.
  *
  * @param string $module Module name
  * @return string
  */
 public function moduleIndexTitle($module) {
   return $this->advanced_help->getModuleName($module) . ' help index';
 }