19 lines
538 B
PHP
19 lines
538 B
PHP
<?php
|
|
if (!isset($GLOBALS['z_blocs'])) {
|
|
$GLOBALS['z_blocs'] = array('content', 'aside', 'extra', 'head', 'head_js', 'header', 'footer', 'breadcrumb', 'cartouche');
|
|
}
|
|
|
|
define('_ZENGARDEN_FILTRE_THEMES', 'spiprv2');
|
|
define('_ALBUMS_INSERT_HEAD_CSS', false);
|
|
|
|
if (
|
|
defined('_SPIPR_AUTH_DEMO')
|
|
? _SPIPR_AUTH_DEMO
|
|
: (
|
|
isset($GLOBALS['visiteur_session']['statut'])
|
|
and $GLOBALS['visiteur_session']['statut'] === '0minirezo'
|
|
and $GLOBALS['visiteur_session']['webmestre'] === 'oui'
|
|
)
|
|
) {
|
|
_chemin(_DIR_PLUGIN_SPIPR_DIST . "demo/");
|
|
}
|