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