Listing 23.8. Zarys pliku layout.phtml
<body>
    <?php echo $this->menu(); ?>
    <?php echo $this->layout()->content; ?>
</body>