diff options
| author | spiderr <spider@viovio.com> | 2012-05-25 10:35:36 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-05-25 10:35:36 -0400 |
| commit | e17b056b2d03e3a8f0eb7944fa7fa79f4f56229e (patch) | |
| tree | 67626a0f87b26b29ee6c72d973557c9b5e6d56ce /templates | |
| parent | b6d340ff0c2f0fc208fdfc9cda5ff0077d2cb455 (diff) | |
| download | themes-e17b056b2d03e3a8f0eb7944fa7fa79f4f56229e.tar.gz themes-e17b056b2d03e3a8f0eb7944fa7fa79f4f56229e.tar.bz2 themes-e17b056b2d03e3a8f0eb7944fa7fa79f4f56229e.zip | |
replace PHP_SELF with SCRIPT_NAME
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_layout.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_layout.tpl b/templates/admin_layout.tpl index 8b9cdb8..484b2b4 100644 --- a/templates/admin_layout.tpl +++ b/templates/admin_layout.tpl @@ -232,7 +232,7 @@ {/jstab} {jstab title="Center"} - {form action=$smarty.server.PHP_SELF legend="Assign content to the center area"} + {form action=$smarty.server.SCRIPT_NAME legend="Assign content to the center area"} <input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="module_package" value="{$module_package}" /> <input type="hidden" name="fAssign[layout_area]" value="c" /> |
