diff --git a/admin/panels/themes/admin.themes.tpl b/admin/panels/themes/admin.themes.tpl
index 3ebad4a..5aabfb6 100644
--- a/admin/panels/themes/admin.themes.tpl
+++ b/admin/panels/themes/admin.themes.tpl
@@ -1,14 +1,17 @@
{include file=shared:errorlist.tpl}
+
{$panelstrings.head1}
+

+
+ {$current_theme.title} — {$current_theme.author|default:$panelstrings.noauthor}
+
+
+ {$current_theme.description|default:$panelstrings.nodescr}
+
+
-{$panelstrings.head1}
-
-{$current_theme.title} — {$current_theme.author|default:$panelstrings.noauthor}
-{$current_theme.description|default:$panelstrings.nodescr}
-
-
-
+{debug}
{if $available_themes}
@@ -30,6 +33,6 @@
{/foreach}
-{/if}
+
-
\ No newline at end of file
+{/if}