praiadeseselle/site/templates/_init.php
2022-10-27 21:16:19 +02:00

8 lines
No EOL
213 B
PHP

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