diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-04 05:38:50 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-04 05:38:50 +0000 |
| commit | 7b85a2668484a6495ee22f2c0c1b69d9ca31d822 (patch) | |
| tree | 9e8de3a7672e0bd283132eced705fd5743226104 /templates/admin_themes_manager.tpl | |
| parent | 2c3074904becbf621684a233a39a47da93b9aa6b (diff) | |
| download | themes-7b85a2668484a6495ee22f2c0c1b69d9ca31d822.tar.gz themes-7b85a2668484a6495ee22f2c0c1b69d9ca31d822.tar.bz2 themes-7b85a2668484a6495ee22f2c0c1b69d9ca31d822.zip | |
indicate what the default icon style is
Diffstat (limited to 'templates/admin_themes_manager.tpl')
| -rw-r--r-- | templates/admin_themes_manager.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl index 7ecf156..2715d89 100644 --- a/templates/admin_themes_manager.tpl +++ b/templates/admin_themes_manager.tpl @@ -98,6 +98,9 @@ {/if} {$s.style_info.description} + {if $smarty.const.DEFAULT_ICON_STYLE eq $s.style} + <br /><span class="highlight">{tr}This icon style is the default. If an icon is not found in the selected icon theme, the icon from here will be used instead{/tr}</span> + {/if} <div class="clear"></div> </li> {/foreach} |
