Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. $my_array = get('awards');
  4. $output = "";
  5. foreach($my_array as $check)
  6. $output .= "<span><img src=\"". bloginfo('template_url') ."/images/{$check}\"></span> ";
  7.  
  8. echo $output;
  9. ?>
Add Comment
Please, Sign In to add comment