blob: a0c79c61b1c87846977d66f7ac500fa291b13885 (
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'); ?>
<body>
<?php
include('header.phtml');
include($WANTED . '.phtml');
footer();
?>
|