diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-11-09 12:04:58 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-11-09 12:04:58 +0000 |
| commit | 8c8111c6fc0c3872c8bdd862ef188bd2f26c2286 (patch) | |
| tree | 937879ed737c7e119ccd7974f9166120ddbf5049 /templates/admin_themes_manager.tpl | |
| parent | 44dd790859458de46b0d480400753385ecfaf85a (diff) | |
| download | themes-8c8111c6fc0c3872c8bdd862ef188bd2f26c2286.tar.gz themes-8c8111c6fc0c3872c8bdd862ef188bd2f26c2286.tar.bz2 themes-8c8111c6fc0c3872c8bdd862ef188bd2f26c2286.zip | |
fix header closing tag
Diffstat (limited to 'templates/admin_themes_manager.tpl')
| -rw-r--r-- | templates/admin_themes_manager.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl index 43c64b8..a0e848c 100644 --- a/templates/admin_themes_manager.tpl +++ b/templates/admin_themes_manager.tpl @@ -111,7 +111,7 @@ {$s.style_info.description} - <h3>{tr}Sample icons{/tr}</h2> + <h3>{tr}Sample icons{/tr}</h3> {foreach from=$sampleIcons item=icon} {biticon ipackage=icons istyle=$s.style iname="large/$icon" iexplain=$icon} {/foreach} |
