artabro/site/templates/layout/init.php

5 lines
No EOL
122 B
PHP

<?php namespace ProcessWire;
include_once("./layout/func.php");
$inicio = $pages->get('/'); /** @var HomePage $inicio */