aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/links
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-29 17:33:57 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-29 17:33:57 +0000
commit8c4e7dac5c76cdb6edee6ed307e08dfd32025c7b (patch)
treece1d8963944c1a77a1fcf595f7f5e7c0833cd8ac /html/links
parent1003dad6f0840aded5b9439bb53ea9b717771100 (diff)
Links for shortcut URLs.
Diffstat (limited to 'html/links')
-rw-r--r--html/links9
1 files changed, 9 insertions, 0 deletions
diff --git a/html/links b/html/links
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/links
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+