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