aboutsummaryrefslogtreecommitdiff
path: root/html/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/index.php')
-rw-r--r--html/index.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/html/index.php b/html/index.php
new file mode 100644
index 00000000..5d90977c
--- /dev/null
+++ b/html/index.php
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html' . $WANTEDFRAG);
+ footer();
+?>
+