diff --git a/templates/index.tpl b/templates/index.tpl index d3ba7dca..58b1bc22 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -23,7 +23,7 @@ {if $smarty_template} {include file="$smarty_template.tpl"} {else} -

Template not found

({php}print $_SERVER ['PHP_SELF'];{/php}) +

Template not found

({$smarty.server.PHP_SELF|escape:"html"}) {/if} {include file='footer.tpl'} {/strip}