Split $body into two vars, this allows to more easily retrive the intra-site path for the request as req_path, then use this to fix a bug in 404.tpl
This commit is contained in:
parent
3a90da4af9
commit
840cb9effa
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!-- To have a custom 404 page copy this template to your site's (or masterSite) _inc director and edit it as you like -->
|
||||
|
||||
<h1>The page requested for <i>
|
||||
% echo ''''$"title''''
|
||||
% echo ''''$"req_path''''
|
||||
</i> doesn't exist</h1>
|
||||
|
||||
% # TODO: Use http://www.google.com/support/webmasters/bin/answer.py?answer=100044&hl=en by default?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue