Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. return ($variables['#item']['uri'])
  2. ? '<div class="media-bits"><div class="media-image"><a href="' . file_create_url($variables['#item']['uri']) . '" title="' . $variables['#item']['title'] . '"><img src="' . image_style_url('media-thumb', $variables['#item']['uri']) . '" alt="' . $variables['#item']['alt'] . '" title="' . $variables['#item']['title'] . '"></a></div>' . $variables['#item']['alt'] . '</div>'
  3. : '';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement