mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
14 lines
356 B
HTML
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}>
|
|
>
|
|
<strong class="on">#NOM</strong>
|
|
</BOUCLE_plugin>
|
|
</B_plugin>
|