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");
|
2018-12-11 09:57:47 +00:00
|
|
|
|
2019-06-24 07:32:46 +00:00
|
|
|
include("core/controllers/contact.php");
|
2018-12-11 09:57:47 +00:00
|
|
|
|
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");
|