nom du module
This commit is contained in:
parent
5bd3c0a9fe
commit
5801b09583
@ -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',
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user