<?php 
require('inc/settings.php');
if ($_SESSION['loggedin']==1){ header('Location: '.$dir_home.''); }
?>
<?php include($dir_templates.'home/header.php'); ?>

Hann sækir í header.php og prentar hann út, síðann les hann ekki afganginn af index skjalinu sem botnar ekki í.


Header skjalið.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="StyleSheet" href="<?php echo $dir_templates; ?>css/home.css" type="text/css"> 
<title><?php echo $game_name; ?></title>
</head>
<body>
<div id="container">

Síðan restinn af index eru meira og minna div kóðar og einhverjir php.

Þettta virkar fínt þegar hef allann kóðann í einu skjali, án include.