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