File "paginationitem.html"

Full path: /home/argothem/www/v4_old/fichiers_obsoletes_20220627_043105/prive/modeles/paginationitem.html
File size: 278 bytes
MIME-type: text/html
Charset: utf-8

[(#ENV{num}|=={#ENV{page_courante}}|?{' ',''})
		[<span class="on">(#ENV*{texte})</span>]
	][(#ENV{num}|=={#ENV{page_courante}}|?{'',' '})
		[<a href='#ENV{url}' class='lien_pagination' rel='nofollow'>(#ENV*{texte})</a>]
	][(#ENV{num}|<{#ENV{derniere}}|?{#ENV*{separateur},''})]