Fix: la fonction canvas est aussi dispo avec auguria qui les gere (incorrectement car ne sont pas désactivable mais les affiches).
This commit is contained in:
parent
1ffa49064c
commit
365f8098d9
@ -549,8 +549,9 @@ else // Si utilisateur externe
|
|||||||
$conf->left_menu=$conf->global->MAIN_MENUFRONT_BARRELEFT;
|
$conf->left_menu=$conf->global->MAIN_MENUFRONT_BARRELEFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Only default and auguria menu manage canvas menu (auguria not correctly yet)
|
||||||
|
if (! eregi('^default',$conf->left_menu) && ! eregi('^auguria',$conf->left_menu)) $conf->global->PRODUCT_CANVAS_ABILITY=0;
|
||||||
|
|
||||||
if ($conf->left_menu != 'default.php') $conf->global->PRODUCT_CANVAS_ABILITY=0;
|
|
||||||
// Si besoin de smarty
|
// Si besoin de smarty
|
||||||
if ($conf->global->PRODUCT_CANVAS_ABILITY)
|
if ($conf->global->PRODUCT_CANVAS_ABILITY)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user