nom du module

This commit is contained in:
Fred Tempez 2020-08-14 16:09:46 +02:00
parent 5bd3c0a9fe
commit 5801b09583
4 changed files with 6 additions and 2 deletions

View File

@ -34,7 +34,8 @@ class page extends common {
'blog' => 'Blog',
'form' => 'Formulaire',
'gallery' => 'Galerie',
'redirection' => 'Redirection'
'redirection' => 'Redirection',
'research' => 'Rechercher'
];
public static $typeMenu = [
'text' => 'Texte',

View File

@ -17,7 +17,7 @@
// Module de recherche d'un mot ou d'une phrase clef
class rechercher extends common {
class research extends common {
public static $actions = [
'index' => self::GROUP_VISITOR
@ -29,6 +29,9 @@ class rechercher extends common {
public static $resultTitle = '';
const RESEARCH_VERSION = '1.1';
public function index() {
if($this->isPost()) {
//Initialisations variables