Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. LEFT JOIN {file_managed} AS fm ON
  2. (fdfti.field_taxonomy_icon_fid=fm.fid
  3. AND fdfcm.field_costs_money_fid=fm.fid)
  4.  
  5. $icon = image_style_url('thumbnail', $row['uri']);
  6. $dollar = image_style_url('thumbnail', $row['uri']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement