Guest User

Untitled

a guest
Jun 21st, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Index: social-homes.php
  2. ===================================================================
  3. --- social-homes.php (revision 125865)
  4. +++ social-homes.php (working copy)
  5. @@ -269,7 +269,7 @@
  6. $address = $options[$i]['address'];
  7.  
  8. // print the link
  9. - echo '<a title="' . $name . '" href="' . $address . '" rel="external" ' . $linkBlank . '><img width="16" height="16" src="' . $icon . '" alt="' . $name . '" /></a>&nbsp;&nbsp;';
  10. + echo '<a title="' . $name . '" href="' . $address . '" rel="external me" ' . $linkBlank . '><img width="16" height="16" src="' . $icon . '" alt="' . $name . '" /></a>&nbsp;&nbsp;';
  11. }
  12. }
  13. echo '</div>';
Add Comment
Please, Sign In to add comment