artabro/site/templates/layout/init.php

5 lines
122 B
PHP
Raw Normal View History

2024-08-27 11:51:03 +02:00
<?php namespace ProcessWire;
include_once("./layout/func.php");
2024-08-27 11:51:03 +02:00
$inicio = $pages->get('/'); /** @var HomePage $inicio */