thumbnail_box

   Usages of this macro
... in view_gallery.naml
164
165
166
167
168
<macro name="thumbnail_box">
    <span class="box">
        <a href="[n.url
Macro
Requires: node
Parameters: template, date, index_record
/]"><img src="[n.thumbnail_url
Binary
Namespace: NodeNamespace
/]" style="border:none"/></a>
    </span>
</macro>