1 2 3 4 5 6 7 8 9
<?php /** * @var string $content_for_layout */ ?> <? include 'lib/include/html_head.inc.php' ?> <?= $content_for_layout ?> <? include 'lib/include/html_end.inc.php' ?>