diff --git a/README.md b/README.md
index 7303579..33da6ac 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ Tout retour est apprécié : suggestions, tests, bugs, idées d'amélioration, p
## TODO
- [X] ajouter la possibilitée de ne pas afficher les titres référence dans la barre d'outil sur globale ou config ?
-- [ ] ajout d'anchre avec url pour permettre d'inclure des liens facilement vers une partie du texte :
+- [ ] ajout d'ancre avec url pour permettre d'inclure des liens facilement vers une partie du texte :
https://assortment.io/posts/simple-automated-jumplinks-with-jquery
ou anchor.js
@@ -86,7 +86,7 @@ Tout retour est apprécié : suggestions, tests, bugs, idées d'amélioration, p
$GLOBALS['debut_intertitre'] = '
';
$GLOBALS['fin_intertitre'] = '
';
```
-- [ ] Afficher l'icone correspondant au niveau de titre réelle en fonction de la globale debut_intertitre
+- [X] Afficher l'icone correspondant au niveau de titre réelle en fonction de la globale debut_intertitre
## CHANGELOGS
diff --git a/icones_barre/ref4.png b/icones_barre/ref4.png
index 3436e41..de6ebb2 100644
Binary files a/icones_barre/ref4.png and b/icones_barre/ref4.png differ
diff --git a/icones_barre/ref5.png b/icones_barre/ref5.png
new file mode 100644
index 0000000..258acbc
Binary files /dev/null and b/icones_barre/ref5.png differ
diff --git a/icones_barre/ref6.png b/icones_barre/ref6.png
new file mode 100644
index 0000000..a48aa6b
Binary files /dev/null and b/icones_barre/ref6.png differ
diff --git a/lang/porte_plume_intertitres_fr.php b/lang/porte_plume_intertitres_fr.php
index 50faa85..11a059e 100644
--- a/lang/porte_plume_intertitres_fr.php
+++ b/lang/porte_plume_intertitres_fr.php
@@ -20,4 +20,6 @@
// P
'porte_plume_intertitres_titre' => 'Intertitres hierarchiques',
+ 'porte_plume_intertitres' => 'Intertitres',
+
);
\ No newline at end of file
diff --git a/paquet.xml b/paquet.xml
index 0dbb4bd..e0d6014 100644
--- a/paquet.xml
+++ b/paquet.xml
@@ -13,11 +13,13 @@
GNU/GPL
-
+
+
-
+
+
\ No newline at end of file
diff --git a/porte_plume_intertitres_pipelines.php b/porte_plume_intertitres_pipelines.php
index 7b304fd..fb8eace 100644
--- a/porte_plume_intertitres_pipelines.php
+++ b/porte_plume_intertitres_pipelines.php
@@ -12,7 +12,12 @@
if (!defined('_ECRIRE_INC_VERSION')) return;
-
+function porte_plume_intertitres_ieconfig_metas($table){
+ $table['porte_plume_intertitres']['titre'] = _T('porte_plume_intertitres:porte_plume_intertitres');
+ $table['porte_plume_intertitres']['icone'] = 'prive/themes/spip/images/porte_plume_intertitres-16.png';
+ $table['porte_plume_intertitres']['metas_serialize'] = 'porte_plume_intertitres';
+ return $table;
+}
// http://www.spip-contrib.net/Porte-Plume-documentation-technique
function porte_plume_intertitres_porte_plume_barre_pre_charger($barres){