This tag is always used in an AUTEURS loop:
<BOUCLE_author(AUTEURS){id_auteur}>
[(#LOGO_AUTEUR)]
</BOUCLE_author>
Make the author’s logo clickable:
[(#LOGO_AUTEUR{#URL_AUTEUR, left})]
displays the author’s logo on the left with a link on the logo to the address of the author’s file.
Resize logo
Automatic image processing may also be applied to the author’s logo.
[(#LOGO_AUTEUR|image_reduire{200, 200})]
displays the author’s logo, with the larger of the 2 sizes (if greater than 200px) reduced to 200px and the other in proportion (see the image_reduce filter).
A custom favicon for the author page
It is possible to display a custom favicon on the author page from its logo with the template in the dist /squelettes-dist/modeles/favicon.html
[(#MODELE{favicon}{favicon=#LOGO_AUTEUR})]
See also
The tags