Listing 2.2. Plik layout.html z projektu 2.1
<!DOCTYPE ... >
<html>
  <head>
    <title>Projekt 2.1</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="<?php echo $path_prefix; ?>css/style.css" />
  </head>
<body>
    <div>
        <?php include "../scripts/modules/$module/$action.html"; ?>
    </div>
</body>
</html>