8 lines
106 B
PHP
8 lines
106 B
PHP
|
<?php
|
||
|
$depth = "";
|
||
|
include "res/lib/load.php";
|
||
|
|
||
|
echo $GLOBALS['twig']->render('about.twig.html', []);
|
||
|
|
||
|
?>
|