summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..1741f7d
--- /dev/null
+++ b/index.php
@@ -0,0 +1,14 @@
+<?
+
+ require_once 'inc.header1.php';
+ require_once 'inc.header2.php';
+
+ $body = 'home';
+
+ require_once 'inc.header3.php';
+ require_once 'inc.content1.php';
+
+ require_once 'new.php';
+
+ require_once 'inc.content2.php';
+?> \ No newline at end of file