No change on default theme in this version.
This commit is contained in:
parent
496fd9b844
commit
5687126662
@ -346,7 +346,7 @@ class Conf
|
|||||||
$this->product->limit_size=$this->global->PRODUIT_LIMIT_SIZE;
|
$this->product->limit_size=$this->global->PRODUIT_LIMIT_SIZE;
|
||||||
|
|
||||||
// $this->theme et $this->css
|
// $this->theme et $this->css
|
||||||
if (empty($this->global->MAIN_THEME)) $this->global->MAIN_THEME="auguria";
|
if (empty($this->global->MAIN_THEME)) $this->global->MAIN_THEME="eldy";
|
||||||
$this->theme=$this->global->MAIN_THEME;
|
$this->theme=$this->global->MAIN_THEME;
|
||||||
$this->css = "/theme/".$this->theme."/style.css.php";
|
$this->css = "/theme/".$this->theme."/style.css.php";
|
||||||
|
|
||||||
|
|||||||
@ -71,7 +71,7 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_MENUFRONT
|
|||||||
insert into llx_const (name, value, type, note, visible) values ('MAIN_MENU_BARRELEFT','eldy_backoffice.php','chaine','Module de gestion de la barre de menu gauche pour utilisateurs internes',0);
|
insert into llx_const (name, value, type, note, visible) values ('MAIN_MENU_BARRELEFT','eldy_backoffice.php','chaine','Module de gestion de la barre de menu gauche pour utilisateurs internes',0);
|
||||||
insert into llx_const (name, value, type, note, visible) values ('MAIN_MENUFRONT_BARRELEFT','eldy_frontoffice.php','chaine','Module de gestion de la barre de menu gauche pour utilisateurs externes',0);
|
insert into llx_const (name, value, type, note, visible) values ('MAIN_MENUFRONT_BARRELEFT','eldy_frontoffice.php','chaine','Module de gestion de la barre de menu gauche pour utilisateurs externes',0);
|
||||||
|
|
||||||
insert into llx_const (name, value, type, note, visible) values ('MAIN_THEME','auguria','chaine','Default theme',0);
|
insert into llx_const (name, value, type, note, visible) values ('MAIN_THEME','eldy','chaine','Default theme',0);
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Delai tolerance
|
-- Delai tolerance
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user