blob: a7261fa87db9e8d4c77f30813a196630324b3fbe (
plain)
1
2
3
4
5
6
7
8
9
|
{strip}
<div class="row" style="text-align:center;">
{assign var=size value=$smarty.request.size|default:icon}
<a href="{$attachment.source_url|escape}">
<img title="" alt="" src="{$attachment.thumbnail_url.$size}" />
</a>
</div>
{/strip}
{include file="bitpackage:liberty/mime_meta_inc.tpl"}
|