17 lines
193 B
PHP
17 lines
193 B
PHP
|
<?php
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
// Blocs Zcore
|
||
|
$GLOBALS['z_blocs'] = array(
|
||
|
'content',
|
||
|
'head',
|
||
|
'header',
|
||
|
'breadcrumb',
|
||
|
'extra',
|
||
|
'aside',
|
||
|
'connex',
|
||
|
'footer',
|
||
|
);
|