aboutsummaryrefslogtreecommitdiff
path: root/html/index.phtml
blob: dad1cc391eaa0c08e047776074d3581c6c5e55c1 (plain)
1
2
3
4
5
6
7
8
9
10
<?php  require('functions.php3'); ?>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<?php  include('head.phtml'); ?>
<?php
    include('header.phtml');
    include($WANTED . '.phtml');
    footer();
?>