1
0

Fix for dropping floats in template info.

This commit is contained in:
Matthias Mees
2013-02-11 10:57:46 +01:00
parent f3926d247e
commit 976cff1783
2 changed files with 7 additions and 3 deletions

View File

@ -48,7 +48,7 @@
<dd>{$info.info.author}</dd>
<dt class="template_date">{$CONST.LAST_UPDATED}:</dt>
<dd>{$info.info.date}</dd>
<dt class="template_admin">{$CONST.CUSTOM_ADMIN_INTERFACE}:</dt> {* Should be shortened *}
<dt class="template_admin">Admin theme:</dt> {* i18n *}
<dd>{$info.info.custom_admin_interface}</dd>
</dl>
</details>