5 lines
67 B
PHP
5 lines
67 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
tpl('community/index', 'landing');
|
<?php
|
|
declare(strict_types=1);
|
|
|
|
tpl('community/index', 'landing');
|