aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/themes_new.tpl
blob: 7317b7df5e4f3db4dae9687ddd1ddba2956d93f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="titrePage">
  <h2>{'Install New Theme'|@translate}</h2>
</div>

{if isset($themes)}
<ul>
{foreach from=$new_themes item=theme name=themes_loop}
  <li>
    <img src="{$theme.src}"> {$theme.name} <a href="{$theme.install_url}">Install</a>
  </li>
{/foreach}
</ul>
{/if}