uiisc/contact.php

11 lines
236 B
PHP
Raw Normal View History

2016-12-30 06:58:52 +00:00
<?php
2019-06-24 07:32:46 +00:00
define('IN_SYS', true);
require_once("core.php");
2019-06-24 07:32:46 +00:00
include("core/controllers/contact.php");
2019-06-24 07:32:46 +00:00
include("core/views/header.php");
include("core/views/navbar.php");
include("core/views/contact.php");
include("core/views/footer.php");