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
d5e9b2dcb0
commit
0b80637fe4
@ -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…
Reference in New Issue
Block a user