Files
IWD2-02/INFO-1208 (PHP)/Labs/Lab 9/app/index.php
T

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"); ?>