librealire/librealire_options.php

18 lines
205 B
PHP
Raw Normal View History

2020-05-22 10:36:20 +02: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:01:19 +02:00
'head_js',
2020-05-22 10:36:20 +02:00
);