Guest User

Untitled

a guest
Jun 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.49 KB | None | 0 0
  1.                     if($settings['social_icons_present'])
  2.                     {
  3.                         echo '
  4.                         <a class="social_icon floatright" target="_blank" href="', $settings['social_icon_facebook_url'] ,'">
  5.                             <img src="', $settings['images_url'] ,'/vertex_image/social_facebook_icon.png" alt="" />
  6.                         </a>
  7.                         <a class="social_icon floatright" target="_blank" href="', $settings['social_icon_twitter_url'] ,'">
  8.                             <img src="', $settings['images_url'] ,'/vertex_image/social_twitter_icon.png" alt="" />
  9.                         </a>
  10.                         ';
  11.                     }
Add Comment
Please, Sign In to add comment