fix: C’est étonamment compatible jusqu’à SPIP 4.2 (avec un paquet.xml)
parent
6a4aad708a
commit
0e0f7751e2
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if (!defined('_ECRIRE_INC_VERSION')) {
|
||||
return;
|
||||
}
|
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||||
// T
|
||||
'theme_bssimplex_description' => 'Mini and minimalist',
|
||||
'theme_bssimplex_slogan' => 'Mini and minimalist',
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<paquet prefix="theme_bssimplex" categorie="theme" version="2.2.3" etat="stable" compatibilite="[3.2.0;4.2.*]" logo="vignette.png">
|
||||
|
||||
<nom>Simplex</nom>
|
||||
<!-- Mini and minimalist -->
|
||||
|
||||
<auteur>Cedric</auteur>
|
||||
|
||||
<licence lien="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</licence>
|
||||
|
||||
<utilise nom="spipr" compatibilite="[0.1.0-dev;]"/>
|
||||
</paquet>
|
Loading…
Reference in New Issue