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
603 B
9 lines
603 B
[(#REM) Avec plugin sociaux ] |
|
[(#SET{rezo,[(#PIPELINE{sociaux_lister,#ARRAY{args,#ARRAY{skel,#SQUELETTE,date,#ENV**{date}},data,#ARRAY}})]})] |
|
<B_sociaux><ul class="icons[ (#ENV{class})]"> |
|
<BOUCLE_sociaux(DATA){source tableau,#GET{rezo}}{cle !IN mail}> |
|
#SET{icone,fa-#CLE} |
|
[(#CLE|=={googleplus}|?{#SET{icone,fa-google-plus}})][(#CLE|=={viber}|?{#SET{icone,fa-phone-square}})][(#CLE|=={blogger}|?{#SET{icone,fa-bold}})] |
|
[<li><a class="icon[ (#CLE|=={rss}|?{solid,brands})][ (#GET{icone})]" href="(#CONFIG{sociaux/#CLE})"><span class="label">#VALEUR</span></a></li>] |
|
</BOUCLE_sociaux> |
|
</ul></B_sociaux>
|
|
|