mobmash.click/html/about/index.php
2024-08-04 11:55:19 +02:00

8 lines
No EOL
165 B
PHP

<?php
$title = "MobMash - About";
$content = function () {
require __DIR__ . '/../../view/pages/about.php';
};
require_once __DIR__ . '/../../view/layout.php';