This commit is contained in:
Sanj 2011-11-07 16:16:18 +05:30
parent e961bd3829
commit e13bafae4f

View File

@ -244,7 +244,7 @@ str.replace(/[\r\t\n]/g, " ")
<a href="{{ bigimage.url }}" title="{{i.title}}" class="thickbox" rel="gall"> <a href="{{ bigimage.url }}" title="{{i.title}}" class="thickbox" rel="gall">
{% endthumbnail %} {% endthumbnail %}
{% thumbmnail i.file "100x100" crop="center" as thumb %} {% thumbnail i.file "100x100" crop="center" as thumb %}
<img src="{{ thumb.url }}" /> <img src="{{ thumb.url }}" />
{% endthumbnail %} {% endthumbnail %}
</a> </a>