diff options
| author | spiderr <spider@viovio.com> | 2012-05-25 09:24:08 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-05-25 09:24:08 -0400 |
| commit | b6d340ff0c2f0fc208fdfc9cda5ff0077d2cb455 (patch) | |
| tree | 6013685e995edd9161dc790547ca071fdc6dd47b /templates/icon_browser.tpl | |
| parent | 4feff3fa29148477d6c7ca19cc70512d61d4d262 (diff) | |
| download | themes-b6d340ff0c2f0fc208fdfc9cda5ff0077d2cb455.tar.gz themes-b6d340ff0c2f0fc208fdfc9cda5ff0077d2cb455.tar.bz2 themes-b6d340ff0c2f0fc208fdfc9cda5ff0077d2cb455.zip | |
bit_log_error-2-bit_error_log
Diffstat (limited to 'templates/icon_browser.tpl')
| -rw-r--r-- | templates/icon_browser.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/icon_browser.tpl b/templates/icon_browser.tpl index 6fa9fe7..ebc877c 100644 --- a/templates/icon_browser.tpl +++ b/templates/icon_browser.tpl @@ -12,7 +12,7 @@ <table class="data"> <tr> {foreach from=$iconList item=icons key=iconStyle} - <th class="width1p" colspan="3"><a href="{$smarty.request.PHP_SELF}?icon_style={$iconStyle}">{$iconStyle}</a></th> + <th class="width1p" colspan="3"><a href="{$smarty.request.SCRIPT_NAME}?icon_style={$iconStyle}">{$iconStyle}</a></th> {/foreach} <th class="width70p;">{tr}Icon name{/tr}</th> <th class="width29p;">{tr}bitweaver uses{/tr}</th> |
