13 lines
289 B
PHP
13 lines
289 B
PHP
|
<?php
|
||
|
|
||
|
// Ceci est un fichier langue de SPIP -- This is a SPIP language file
|
||
|
//
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
|
||
|
'baz_april_description' => 'squelettes HTML5 avec scss et Tiny Typo',
|
||
|
// 'baz_april_slogan' => 'squelettes APRIL',
|
||
|
);
|