mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
872463cab1
automatically depending on the content. git-svn-id: http://piwigo.org/svn/trunk@5186 68402e56-0260-453c-a942-63ccdbb3a9ee
15 lines
455 B
Smarty
15 lines
455 B
Smarty
<div class="titrePage">
|
|
<h2>{'Add New Theme'|@translate}</h2>
|
|
</div>
|
|
|
|
{if isset($themes)}
|
|
<div class="themeBoxes">
|
|
{foreach from=$new_themes item=theme name=themes_loop}
|
|
<div class="themeBox">
|
|
<div class="themeName">{$theme.name}</div>
|
|
<div class="themeShot"><img src="{$theme.screenshot}"></div>
|
|
<div class="themeActions"><a href="{$theme.install_url}">{'Install'|@translate}</a></div>
|
|
</div>
|
|
{/foreach}
|
|
</div> <!-- themeBoxes -->
|
|
{/if} |