cmoreira

NoFollow Link in Logos Showcase

Jul 17th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. CHANGE:
  2. $html .= "<a href='".$url."' alt='".$alt."' ".$target.">";
  3. TO:
  4. $html .= "<a href='".$url."' rel='nofollow' alt='".$alt."' ".$target.">";
Advertisement
Add Comment
Please, Sign In to add comment