spip_nursit/prive/squelettes/inclure/favicon-head.html
2023-06-01 17:30:12 +02:00

16 lines
691 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[(#REM) Un favicon ]
[(#CONFIG{image_process}|oui)
[(#SET{fichier,#ENV*{favicon}|sinon{#CHEMIN{images/favicon-spip.png}}})]
[(#REM) Dune certaine couleur désirée ]
[(#ENV{couleur}|oui)[(#SET{fichier,#GET{fichier}|appliquer_filtre{image_sepia,#ENV{couleur}}})]]
[(#REM) Dune certaine dimension ]
[(#SET{fichier-32,#GET{fichier}|image_passe_partout{32,32}|image_recadre{32,32,center}})]
[<link rel="shortcut icon" href="(#GET{fichier-32}|image_format{ico}|timestamp|extraire_attribut{src}|url_absolue)" type="image/x-icon" />]
]
[(#CONFIG{image_process}|non)
[<link rel="shortcut icon" href="(#CHEMIN{spip.ico}|timestamp|url_absolue)" type="image/x-icon" />]
]
#FILTRE{trim}