From 1cb77c3b1d2c85eff5b7b3a7af8d0ee08ce2a1d6 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Wed, 19 Mar 2008 21:30:11 +0000 Subject: [PATCH] minor graphic issue closing a div --- admin/panels/themes/admin.themes.tpl | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) 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.name} +
+ {$current_theme.title} — {$current_theme.author|default:$panelstrings.noauthor} +
+ + {$current_theme.description|default:$panelstrings.nodescr} + +
-

{$panelstrings.head1}

-{$current_theme.name} -
{$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}