Skip to content

Commit

Permalink
Added missing download-product.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Scritik committed Jan 23, 2017
1 parent 9fea72c commit 464bd47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/download-product.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<ul>
{foreach from=$virtualProducts item=product}
<li>
<a href="{$product.link|escape:'html'}">{$product.name}</a>
{if isset($product.deadline)}
expires on {$product.deadline}
{/if}
{if isset($product.downloadable)}
downloadable {$product.downloadable} time(s)
{/if}
</li>
{/foreach}
</ul>

0 comments on commit 464bd47

Please sign in to comment.