Skip to content
Snippets Groups Projects
Commit 508b966c authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #64573 move search widget to intonation folder

parent dfae3f98
4 merge requests!3297WIP: Master,!3037Master,!2988Dev#64573 templates pour l interface publique libraire bootstrap,!2913Dev#64573 templates pour l interface publique libraire bootstrap
Pipeline #5499 passed with stage
in 32 minutes and 27 seconds
......@@ -20,7 +20,7 @@
*/
class Intonation_System_Widget_Search extends Class_Systeme_ModulesAccueil_RechercheSimple {
class Intonation_Library_Widget_Search_Definition extends Class_Systeme_ModulesAccueil_RechercheSimple {
public function __construct() {
parent::__construct();
$this->_defaultValues = array_merge($this->_defaultValues,
......
......@@ -113,7 +113,7 @@ class Intonation_Template extends Class_Template {
Intonation_Library_Widget_Breadcrumb_Definition::CODE => new Intonation_Library_Widget_Breadcrumb_Definition,
Intonation_Library_Widget_Notify_Definition::CODE => new Intonation_Library_Widget_Notify_Definition,
Intonation_Library_Widget_Login_Definition::CODE => new Intonation_Library_Widget_Login_Definition,
Intonation_System_Widget_Search::CODE => new Intonation_System_Widget_Search,
Intonation_Library_Widget_Search_Definition::CODE => new Intonation_Library_Widget_Search_Definition,
Intonation_System_Widget_Accessibility::CODE => new Intonation_System_Widget_Accessibility,
Intonation_System_Widget_Share::CODE => new Intonation_System_Widget_Share,
Intonation_System_Widget_Image::CODE => new Intonation_System_Widget_Image,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment