Plik nagłówka taki sam, ale tytuł strony jest inny w PHP

<?php
$pageTitle = 'Page 2';
include 'header.php';
?>

<div>My content</div>

<?php include 'footer.php'; ?>
faheem