Listing 1.3. Szablon templates/layout.html
<!DOCTYPE ... >
<html>
  <head>
    <title>Pierwszy projekt</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
<body>
<?php include "../scripts/modules/$module/$action.html"; ?>
</body>
</html>