uiisc/about.php
2019-06-24 15:32:46 +08:00

10 lines
258 B
PHP

<?php
define('IN_SYS', true);
require_once "core.php";
include("{$ROOT}/core/controllers/about.php");
include("{$ROOT}/core/views/header.php");
include("{$ROOT}/core/views/navbar.php");
include("{$section_page}");
include("{$ROOT}/core/views/footer.php");