praiadeseselle/site/templates/layout/xes.php

11 lines
No EOL
246 B
PHP

<?php namespace ProcessWire;
$menu = renderMenu($gestion->children, 0, 'paxinas');
include('./layout/partial/xes-head.php');
?>
<main id="contido">
<?php echo renderMigasPan($page); ?>
</main>
<?php
include('./layout/partial/xes-foot.php');