praiadeseselle/site/templates/layout/init.php

9 lines
256 B
PHP
Raw Normal View History

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