This commit is contained in:
Sanj 2011-11-07 16:15:40 +05:30
parent f2dacca038
commit e961bd3829

View File

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