options.php comme dans la branche master

This commit is contained in:
Vincent Calame 2023-03-01 19:12:41 +01:00
parent f3df01827c
commit 816ded088d

View File

@ -7,11 +7,11 @@ if (!defined('_ECRIRE_INC_VERSION')) {
$GLOBALS['z_blocs'] = array( $GLOBALS['z_blocs'] = array(
'content', 'content',
'head', 'head',
'head_js',
'header', 'header',
'breadcrumb', 'breadcrumb',
'extra', 'extra',
'aside', 'aside',
'connex', 'connex',
'footer', 'footer',
'head_js',
); );