17 lines
320 B
PHP
Executable File
17 lines
320 B
PHP
Executable File
<?php
|
|
include_once "../include/boot.php";
|
|
|
|
if (!hook("authenticate")) {
|
|
include "../include/authenticate.php";
|
|
}
|
|
|
|
include "../include/header.php";
|
|
?>
|
|
|
|
<div class="BasicsBox">
|
|
<h1><?php echo escape($lang["contactus"]); ?></h1>
|
|
<p><?php echo text("contact")?></p>
|
|
</div>
|
|
|
|
<?php
|
|
include "../include/footer.php";
|