aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_portfolio_orbit.tpl
blob: b2883265cf11272e65349baab7f0f24ebe94631f (plain) (blame)
1
2
3
4
5
    <li class="orbit-slide">
      <img class="orbit-image" src="{{$photo.src}}" alt="{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}}" title="{{$photo.desc}}" id="photo-top-photo-{{$photo.resource_id}}o">
      <figcaption class="orbit-caption">{{$photo.desc}}</figcaption>
    </li>