diff --git a/.gitattributes b/.gitattributes index 13ec319e8c78a42119ff6012355960cdf1774e63..9ca5ce5e6cca4874ff4477e17021e4001aac3236 100644 --- a/.gitattributes +++ b/.gitattributes @@ -528,6 +528,7 @@ noisettes/rubriques/typerubrique_ListeArticlesParAnnees.html -text noisettes/rubriques/typerubrique_Magazines.html -text noisettes/rubriques/typerubrique_multicolonnes.html -text noisettes/sc_qrcode.html -text +noisettes/sc_qrcode_affiche.html -text noisettes/sites_branche.html -text noisettes/sites_branche_detail.html -text noisettes/sites_rubriques.html -text diff --git a/noisettes/sc_qrcode.html b/noisettes/sc_qrcode.html index c0248a2ee3658fa7ac178de9d4b3d277ef615897..8217afb61694bc012e26f547e32a2dcbd9074882 100644 --- a/noisettes/sc_qrcode.html +++ b/noisettes/sc_qrcode.html @@ -1 +1 @@ -[(#PLUGIN{QRCODE}|oui)<div id="qrcode">[(#SELF|url_absolue|qrcode{2,H})]</div>] \ No newline at end of file +[(#PLUGIN{QRCODE}|oui)[(#INCLURE{fond=noisettes/sc_qrcode_affiche})]</div>] \ No newline at end of file diff --git a/noisettes/sc_qrcode_affiche.html b/noisettes/sc_qrcode_affiche.html new file mode 100644 index 0000000000000000000000000000000000000000..de10866fc6bf2c3b7bf3baed66fcc083ea911f2f --- /dev/null +++ b/noisettes/sc_qrcode_affiche.html @@ -0,0 +1 @@ +<div id="qrcode">[(#SELF|url_absolue|qrcode{2,H})]</div> \ No newline at end of file