4 lines
180 B
PHP
4 lines
180 B
PHP
<?php define("TITLE", "Best Pizza In The World!"); ?>
|
|
<?php include("template/header.php"); ?>
|
|
<p>This is the content of the home page.</p>
|
|
<?php include("template/footer.php"); ?>
|