5 lines
No EOL
122 B
PHP
5 lines
No EOL
122 B
PHP
<?php namespace ProcessWire;
|
|
|
|
include_once("./layout/func.php");
|
|
|
|
$inicio = $pages->get('/'); /** @var HomePage $inicio */ |