Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="span4">
- <h3 class="votehead">...</h3>
- <ul class="thumbnails front_vote">
- <li>
- <a href="#" class="thumbnail">
- <img class="vote_image" width="80" height="80"
- title="{$item.answer.0|htmlspecialchars|stripslashes}" alt="{$item.answer.0|htmlspecialchars|stripslashes}"
- src="/img/resp/{$item.id}/priv-{$item.pic.0}" />
- </a>
- </li>
- <li>
- <a href="#" class="thumbnail">
- <img class="vote_image" width="120" height="120"
- title="{$item.answer.1|htmlspecialchars|stripslashes}" alt="{$item.answer.1|htmlspecialchars|stripslashes}"
- src="/img/resp/{$item.id}/priv-{$item.pic.1}" />
- </a>
- </li>
- </ul>
- </div><!--/span-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement