2022-03-09 18:09:44 +01:00
|
|
|
<?php namespace ProcessWire;
|
|
|
|
|
|
|
|
include_once('./_func.php');
|
|
|
|
|
2022-10-27 14:10:14 +02:00
|
|
|
$start = microtime(true);
|
2022-03-09 18:09:44 +01:00
|
|
|
$inicio = $pages->get('/');
|
|
|
|
$configuracion = getConfig($inicio);
|
2022-10-06 10:54:15 +02:00
|
|
|
$titulo = $page->title . ' - ' . $configuracion['sitio_nome'];
|