3 lines
86 B
PHP
3 lines
86 B
PHP
|
<?php namespace ProcessWire;
|
||
|
|
||
|
$inicio = $pages->get('/'); /** @var HomePage $inicio */
|