summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_layout.tpl2
-rw-r--r--templates/icon_browser.tpl2
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>