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