<?php namespace ProcessWire;
include_once('./_func.php');
$inicio = $pages->get('/');
$configuracion = getConfig($inicio);
$titulo = $page->title . ' - ' . $configuracion['sitio_nome'];