9 lines
264 B
PHP
9 lines
264 B
PHP
|
<?php
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
'zpip_description' => 'Skeleton like squelettes-dist of SPIP, with an optimized organization and modularity',
|
||
|
'zpip_slogan' => 'Z skeletons for SPIP (Zpip)',
|
||
|
);
|