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