Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • plugins
  • thumbnails
  • templates
  • thumbnail_viewlet.smarty
  • Moved css into a css file, added link to instant view. ...
    d260e321
    PT: 1434184
    
    Committed by: Megan Watson
    Megan Watson authored
    2010-01-07 09:51:16 +0200  
    Browse Code ยป
thumbnail_viewlet.smarty 254 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12

<div class="thumb-shadow">
    <div>
        {if $url}
            <a href='{$url}' target='_blank'>
        {/if}
        <img src="{$thumbnail}" {if $height}height="{$height}"{/if} />
        {if $url}
            </a>
        {/if}
    </div>
</div>