uiisc/about.php
2019-06-26 02:51:54 +08:00

10 lines
254 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");