aboutsummaryrefslogtreecommitdiff
path: root/html/index.phtml
diff options
context:
space:
mode:
authorDavid Aspinall1999-06-24 14:04:28 +0000
committerDavid Aspinall1999-06-24 14:04:28 +0000
commit2ed53db7506dd4811fbe6c3fac64c3703d1169a8 (patch)
treedbaeab7ca5223cf02a16b2ff9834b8aac203ad84 /html/index.phtml
parent7e049e7ecc1ec8098463454f87369461bd10efc2 (diff)
New web pages
Diffstat (limited to 'html/index.phtml')
-rw-r--r--html/index.phtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/html/index.phtml b/html/index.phtml
new file mode 100644
index 00000000..a0c79c61
--- /dev/null
+++ b/html/index.phtml
@@ -0,0 +1,10 @@
+<?php require('functions.php3'); ?>
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+<?php include('head.phtml'); ?>
+<body>
+<?php
+ include('header.phtml');
+ include($WANTED . '.phtml');
+ footer();
+?>