Files
website/html/template.php

23 lines
321 B
PHP
Executable File

<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<title>
Schaefer Family
</title>
<?php
$DESCRIPTION = "DESCRIPTION NAME HERE";
require_once 'include/all.php';
?>
</head>
<body>
<?php
include 'include/menu.php';
echo "<div class='main'>";
?>
</div>
</body>
</html>