From fd659b51fa14f24667769ae9209c3f5663ae222c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 24 Mar 2001 16:37:44 +0000 Subject: - some preliminary node code for the "node frenzy noders"(tm) --- node.php | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 node.php (limited to 'node.php') diff --git a/node.php b/node.php new file mode 100644 index 000000000..c58274a50 --- /dev/null +++ b/node.php @@ -0,0 +1,37 @@ +header(); + $theme->box(t("Warning: not found"), t("The content or data you requested does not exist or is not accessible.")); + $theme->footer(); +} + +?> \ No newline at end of file -- cgit v1.2.3