mobmash.click/html/about/index.php

10 lines
208 B
PHP
Raw Permalink Normal View History

2024-08-04 09:55:19 +00:00
<?php
2024-08-04 18:56:55 +00:00
require_once __DIR__ . '/../../core.php';
2024-08-04 09:55:19 +00:00
$title = "MobMash - About";
$content = function () {
require __DIR__ . '/../../view/pages/about.php';
};
require_once __DIR__ . '/../../view/layout.php';