2021-02-06 22:22:13 +01:00
|
|
|
<?php
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Blocs Zcore
|
|
|
|
$GLOBALS['z_blocs'] = array(
|
|
|
|
'content',
|
|
|
|
'head',
|
|
|
|
'header',
|
|
|
|
'breadcrumb',
|
|
|
|
'extra',
|
|
|
|
'aside',
|
|
|
|
'connex',
|
|
|
|
'footer',
|
2022-10-03 08:16:15 +02:00
|
|
|
'head_js',
|
2021-02-06 22:22:13 +01:00
|
|
|
);
|