9 lines
No EOL
256 B
PHP
9 lines
No EOL
256 B
PHP
<?php namespace ProcessWire;
|
|
|
|
include_once('./layout/func.php');
|
|
|
|
$start = microtime(true);
|
|
$inicio = $pages->get('/');
|
|
$xestion = $pages->get('/gestion');
|
|
$configuracion = getConfig($xestion);
|
|
$titulo = $page->title . ' - ' . $configuracion['sitio_nome']; |