2007-06-17

More PHP Web Boilerplate

Added a more PHP Web boilerplate text to save more typing. The page structure is now simplified to …

<?php
include "php/xhtml_mimetype.php";
$doc_title = "It Mostly Works";
include "php/header.php";
?>

…

<?php include "php/trailer.php" ?>

No comments:

Post a Comment