Advertisement
Guest User

Untitled

a guest
Jun 30th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. foreach ($redesSociais as $k => $v) {
  2.     if ($v) {
  3.         $iconesSociais .= sprintf('<a title="%s" href="%s" target="_blank" class="%s iconeSocial">'
  4.                                             .$iconesSociais
  5.                                         .'</a>'
  6.                                         ,$k, $v, $k, $k);
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement