aboutsummaryrefslogtreecommitdiffstats
path: root/root/base/error_404
diff options
context:
space:
mode:
Diffstat (limited to 'root/base/error_404')
-rw-r--r--root/base/error_40417
1 files changed, 0 insertions, 17 deletions
diff --git a/root/base/error_404 b/root/base/error_404
deleted file mode 100644
index 0177cba..0000000
--- a/root/base/error_404
+++ /dev/null
@@ -1,17 +0,0 @@
-[%
-
-main_block = 'error_404_main';
-
-BLOCK error_404_main;
-
- loc("404 Not Found");
-
- %] <a href="[% ctx.uri_for(ctx.action.chain.0.attributes.Chained.0) %]">[%
-
- loc("Return to root");
-
- %]</a>[%
-
-END;
-
-%]