aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/themes_new.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/template/themes_new.tpl')
-rw-r--r--admin/themes/default/template/themes_new.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/themes/default/template/themes_new.tpl b/admin/themes/default/template/themes_new.tpl
index 4c58fce9e..7965cc0d4 100644
--- a/admin/themes/default/template/themes_new.tpl
+++ b/admin/themes/default/template/themes_new.tpl
@@ -2,7 +2,7 @@
<h2>{'Add New Theme'|@translate}</h2>
</div>
-{if isset($themes)}
+{if not empty($new_themes)}
<div class="themeBoxes">
{foreach from=$new_themes item=theme name=themes_loop}
<div class="themeBox">
@@ -12,4 +12,6 @@
</div>
{/foreach}
</div> <!-- themeBoxes -->
+{else}
+<p>{'There is no other theme available.'|@translate}</p>
{/if} \ No newline at end of file