praiadeseselle/site/templates/_init.php

7 lines
187 B
PHP
Raw Normal View History

2022-03-09 18:09:44 +01:00
<?php namespace ProcessWire;
include_once('./_func.php');
$inicio = $pages->get('/');
$configuracion = getConfig($inicio);
2022-10-06 10:54:15 +02:00
$titulo = $page->title . ' - ' . $configuracion['sitio_nome'];