diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-07-22 16:06:42 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-07-22 16:06:42 +0000 |
| commit | 15335db3cebdaa68ddaaa0b873db445073d61552 (patch) | |
| tree | 50300dcf1c2684ef1132298e6c785709bed613ca /templates/admin_themes_manager.tpl | |
| parent | e380b57ecc786d7bec6f704bd13ddaef3e9c6348 (diff) | |
| download | themes-15335db3cebdaa68ddaaa0b873db445073d61552.tar.gz themes-15335db3cebdaa68ddaaa0b873db445073d61552.tar.bz2 themes-15335db3cebdaa68ddaaa0b873db445073d61552.zip | |
replace underscore with space
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 1f429f4..f60761d 100644 --- a/templates/admin_themes_manager.tpl +++ b/templates/admin_themes_manager.tpl @@ -16,7 +16,7 @@ {if $style eq $s.style} {biticon ipackage=liberty iname=success iexplain="Current Theme"} {/if} - <a href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style={$s.style}">{$s.style}</a> + <a href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style={$s.style}">{$s.style|replace:"_":" "}</a> </h2> {if $s.style_info.preview} |
