Quote:
Originally Posted by jersey012
That is, each page includes the line
<?require_once('PageStart.php')?>
The PageStart.php file essentially defines the header. Omitting the
boring stuff, it's laid out like so:
<html>
<head>
<title>The Title of the Page</title>
<?require_once('styles/PageStyles.css')?>
</head>
<boring stuff snipped>
|
thanks for this, I need it also