Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
removing fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoor committed Jan 3, 2014
1 parent 5c1919f commit bcfa112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/box/photo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{if $photo }
<a class="fancybox" href="/photos/{$photo}">
<img class="lazy" data-original="{thumb file="/photos/"|cat:$photo link="false" img="true" width=50}" width="50" heigh="50">
<noscript><img src="{thumb file="/photos/"|cat:$photo link="false" img="true" width=50}" width="50" heigh="50"></noscript>
</a>
{ else }
Brak zdjecia
Expand Down

0 comments on commit bcfa112

Please sign in to comment.