blob: 07d465510183b6db32d3586af29fd5a89e63c740 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
$title = "Photography";
require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
There's nothing here, yet.
</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|