diff options
| author | spiderr <spider@viovio.com> | 2012-05-25 10:30:27 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-05-25 10:30:27 -0400 |
| commit | 5859a8f3568384c15f1f2b988a26ac1db277445c (patch) | |
| tree | 3b3015dd011087ff5b7d65d7bd020bdb8f3fe810 /templates | |
| parent | 3a7fd75751f82ff9780f77401bebac7e3e3748a0 (diff) | |
| download | articles-5859a8f3568384c15f1f2b988a26ac1db277445c.tar.gz articles-5859a8f3568384c15f1f2b988a26ac1db277445c.tar.bz2 articles-5859a8f3568384c15f1f2b988a26ac1db277445c.zip | |
replace PHP_SELF with SCRIPT_NAME
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_topic.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_topic.tpl b/templates/edit_topic.tpl index cbb1e1a..cdd7deb 100644 --- a/templates/edit_topic.tpl +++ b/templates/edit_topic.tpl @@ -43,7 +43,7 @@ {forminput} {if $gContent->mInfo.has_topic_image eq 'y'} <img src="{$gContent->mInfo.topic_image_url}" /> <br/> - <a href="{$smarty.server.PHP_SELF}?topic_id={$gContent->mTopicId}&fRemoveTopicImage=1">Remove Topic Image</a> + <a href="{$smarty.server.SCRIPT_NAME}?topic_id={$gContent->mTopicId}&fRemoveTopicImage=1">Remove Topic Image</a> {else} {tr}No Image found{/tr} {/if} |
