You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
359 B
9 lines
359 B
<BOUCLE0(AUTEURS){tout}{id_auteur=#ENV{id}}{lang_select}><?php |
|
if ([(#ID_AUTEUR|securiser_acces{#ENV{cle},transmettre,#ENV{op}, #ENV{args}}|?{1,0})]) { |
|
?><BOUCLE1(spip_mesabonnes){par date_modif}{statut=publie}>#NOM,#EMAIL**,#LANG,[(#DATE_MODIF|affdate{Y-m-d})] |
|
</BOUCLE1> |
|
<?php |
|
} else { |
|
include_spip('inc/minipres'); |
|
echo minipres(); |
|
}?></BOUCLE0>
|
|
|