praiadeseselle/site/templates/layout/xes.php

11 lines
246 B
PHP
Raw Normal View History

2022-10-06 13:14:42 +02:00
<?php namespace ProcessWire;
$menu = renderMenu($gestion->children, 0, 'paxinas');
2022-11-21 12:36:16 +01:00
include('./layout/partial/xes-head.php');
2022-10-06 13:14:42 +02:00
?>
<main id="contido">
<?php echo renderMigasPan($page); ?>
2022-10-06 13:14:42 +02:00
</main>
<?php
2022-11-21 12:36:16 +01:00
include('./layout/partial/xes-foot.php');