antville/code/Root/notfound.hac

7 lines
No EOL
209 B
Text

var parent = getParent();
res.data.title = root.getSysTitle() + " - 404 - not found";
res.data.body = "<p><b>Sorry!</b></p><p>URL /"+req.path+" was not found on this server!</p>";
parent.renderSkin("page");