aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/index.phtml
blob: 979f1e04f82c72887eb541af8879b0af2f69c773 (plain)
1
2
3
4
5
6
7
8
9
<?php require('functions.php3'); ?>
<html>
<?php  include('head.phtml'); ?>
<?php
    include('header.phtml');
    include($WANTED . '.phtml');
    footer();
?>