Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <div class="large-3 medium-4 small-12 columns mix {$photo.cat_title|escape:'html'}">
  2. <div class="img-box active-image-box" >
  3. <div class="img-wrap">
  4. <img src="/images/photos/small/{$photo.file}" alt="{$photo.title|escape:'html'}"/>
  5. </div>
  6. <div class="hide-btn">
  7. {if $album.showtype == 'lightbox'}
  8. <a class="lightbox-enabled btn btn-view cboxElement" rel="lightbox-galery" href="/images/photos/medium/{$photo.file}" title="{$photo.title|escape:'html'}">View Large</a>
  9. {else}
  10. <a href="#" data-img="/images/photos/medium/{$photo.file}" id="openBtn" class=" btn btn-view openpopuppanel">View Large</a>
  11. {/if}
  12. {if $photo.description != ''}
  13. <a href="{$photo.description|nl2br}" title="{$photo.title|escape:'html'}" class=" btn btn-open">Open Link</a>
  14. {else}
  15. <!--<a href="/{if $photo.NSDiffer != ''}clubs{else}photos{/if}/photo{$photo.id}.html" title="{$photo.title|escape:'html'}" class=" btn btn-open">Open Link</a>-->
  16. {/if}
  17. </div>
  18. </div>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement