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 | |
| 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')
| -rw-r--r-- | templates/admin_layout.tpl | 2 | ||||
| -rw-r--r-- | templates/icon_browser.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_layout.tpl b/templates/admin_layout.tpl index e618542..8b9cdb8 100644 --- a/templates/admin_layout.tpl +++ b/templates/admin_layout.tpl @@ -93,7 +93,7 @@ {jstabs} {jstab title="Modules"} - {form action=$smarty.server.PHP_SELF legend="Assign modules to columns and areas"} + {form action=$smarty.server.SCRIPT_NAME legend="Assign modules to columns and areas"} <input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="module_package" value="{$module_package}" /> <div class="row"> 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> |
