praiadeseselle/site/templates/_init.php
2022-03-09 18:13:47 +01: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['nome_sitio'];