praiadeseselle/site/templates/layout/init.php
2022-11-21 12:36:16 +01:00

8 lines
No EOL
219 B
PHP

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