1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/svp/prive/squelettes/hierarchie/plugin.html
2015-04-28 17:10:23 +02:00

14 lines
356 B
HTML

[(#REM) <!-- hierarchie specifique pour le plugin :
- Lien parent vers la page des depots
- Nom du plugin expose
--> ]
<B_plugin>
<a href="[(#URL_ECRIRE{#VAL{depot}|objet_info{table_objet}})]">
[(#VAL{depot}|objet_info{texte_objets}|_T)]
</a>
<BOUCLE_plugin(PLUGINS) {id_plugin}>
&gt;
<strong class="on">#NOM</strong>
</BOUCLE_plugin>
</B_plugin>