7 lines
No EOL
187 B
PHP
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']; |