diff options
Diffstat (limited to 'html/index.phtml')
| -rw-r--r-- | html/index.phtml | 10 |
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(); +?> |
