praiadeseselle/site/templates/_init.php
2022-10-06 10:54:15 +02:00

7 lines
No EOL
187 B
PHP

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