aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/about
blob: f0cbe7a11ac9650141a2fff1a515dd5d86d4e05e (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');
    footer();
?>