2022-03-09 18:09:44 +01:00
|
|
|
<?php namespace ProcessWire;
|
|
|
|
|
2022-11-21 12:36:16 +01:00
|
|
|
include_once('./layout/func.php');
|
2022-03-09 18:09:44 +01:00
|
|
|
|
2022-10-27 14:10:14 +02:00
|
|
|
$start = microtime(true);
|
2022-03-09 18:09:44 +01:00
|
|
|
$inicio = $pages->get('/');
|
2022-12-06 10:05:56 +01:00
|
|
|
$xestion = $pages->get('/gestion');
|
|
|
|
$configuracion = getConfig($xestion);
|
2022-10-06 10:54:15 +02:00
|
|
|
$titulo = $page->title . ' - ' . $configuracion['sitio_nome'];
|