nom du module
This commit is contained in:
parent
5bd3c0a9fe
commit
5801b09583
@ -34,7 +34,8 @@ class page extends common {
|
|||||||
'blog' => 'Blog',
|
'blog' => 'Blog',
|
||||||
'form' => 'Formulaire',
|
'form' => 'Formulaire',
|
||||||
'gallery' => 'Galerie',
|
'gallery' => 'Galerie',
|
||||||
'redirection' => 'Redirection'
|
'redirection' => 'Redirection',
|
||||||
|
'research' => 'Rechercher'
|
||||||
];
|
];
|
||||||
public static $typeMenu = [
|
public static $typeMenu = [
|
||||||
'text' => 'Texte',
|
'text' => 'Texte',
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
// Module de recherche d'un mot ou d'une phrase clef
|
// Module de recherche d'un mot ou d'une phrase clef
|
||||||
|
|
||||||
class rechercher extends common {
|
class research extends common {
|
||||||
|
|
||||||
public static $actions = [
|
public static $actions = [
|
||||||
'index' => self::GROUP_VISITOR
|
'index' => self::GROUP_VISITOR
|
||||||
@ -29,6 +29,9 @@ class rechercher extends common {
|
|||||||
|
|
||||||
public static $resultTitle = '';
|
public static $resultTitle = '';
|
||||||
|
|
||||||
|
const RESEARCH_VERSION = '1.1';
|
||||||
|
|
||||||
|
|
||||||
public function index() {
|
public function index() {
|
||||||
if($this->isPost()) {
|
if($this->isPost()) {
|
||||||
//Initialisations variables
|
//Initialisations variables
|
Loading…
Reference in New Issue
Block a user