Browse Source

Inclure Ortho-typo dans les sauvegardes possible de IEConfig

svn/root/tags/v1.5.2
real3t@gmail.com 4 years ago
parent
commit
37bc1fa32c
  1. 2
      .gitattributes
  2. 13
      orthotypo_ieconfig_metas.php
  3. 3
      paquet.xml
  4. BIN
      prive/themes/spip/images/orthotypo-16.png

2
.gitattributes vendored

@ -4,8 +4,10 @@ formulaires/configurer_orthotypo.html -text
lang/orthotypo_fr.php -text
lang/paquet-orthotypo_fr.php -text
/orthotypo_fonctions.php -text
/orthotypo_ieconfig_metas.php -text
/orthotypo_options.php -text
/paquet.xml -text
prive/squelettes/contenu/configurer_orthotypo.html -text
prive/themes/spip/images/orthotypo-16.png -text
prive/themes/spip/images/orthotypo-32.png -text
prive/themes/spip/images/orthotypo.png -text

13
orthotypo_ieconfig_metas.php

@ -0,0 +1,13 @@
<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
function orthotypo_ieconfig_metas($table){
$table['orthotypo']['titre'] = _T('orthotypo:orthotypo_titre');
$table['orthotypo']['icone'] = 'orthotypo-16.png';
$table['orthotypo']['metas_serialize'] = 'orthotypo';
return $table;
}

3
paquet.xml

@ -1,7 +1,7 @@
<paquet
prefix="orthotypo"
categorie="edition"
version="1.4.6"
version="1.4.7"
etat="stable"
compatibilite="[3.0.0;3.2.*]"
logo="prive/themes/spip/images/orthotypo-32.png"
@ -21,6 +21,7 @@
<pipeline nom="insert_head_css" inclure="orthotypo_fonctions.php" />
<pipeline nom="post_typo" inclure="orthotypo_fonctions.php" />
<pipeline nom="pre_propre" inclure="orthotypo_fonctions.php" />
<pipeline nom="ieconfig_metas" inclure="orthotypo_ieconfig_metas.php" />
<procure nom="typo_guillemets" version="1.5.2" />

BIN
prive/themes/spip/images/orthotypo-16.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

Loading…
Cancel
Save