diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:45:10 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:45:10 +0000 |
| commit | bd892588c4e5d87c3baa92f97b0ca5dd6755bda7 (patch) | |
| tree | a450253bb359f02d574cd4f25530818f883ce9b5 /templates/admin_themes_manager.tpl | |
| parent | 94cbc9a6ab0edf3da14f485a7fcb8d981ef43641 (diff) | |
| download | themes-bd892588c4e5d87c3baa92f97b0ca5dd6755bda7.tar.gz themes-bd892588c4e5d87c3baa92f97b0ca5dd6755bda7.tar.bz2 themes-bd892588c4e5d87c3baa92f97b0ca5dd6755bda7.zip | |
merge recent changes from R1 to HEAD
Diffstat (limited to 'templates/admin_themes_manager.tpl')
| -rw-r--r-- | templates/admin_themes_manager.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl index 7faedc5..bda984e 100644 --- a/templates/admin_themes_manager.tpl +++ b/templates/admin_themes_manager.tpl @@ -16,11 +16,11 @@ {if $style eq $s.style} {biticon ipackage=liberty iname=success iexplain="Current Theme"} {/if} - <a href="{$gBitLoc.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}</a> </h2> {if $s.preview} - <a href="{$gBitLoc.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style={$s.style}"> + <a href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style={$s.style}"> <img class="thumb" src="{$s.preview}" alt="{tr}Theme Preview{/tr}" title="{$s.style}" /> </a> {/if} |
