uiisc/help.php

34 lines
1.2 KiB
PHP
Raw Normal View History

2018-05-15 14:35:31 +00:00
<?php
define('IN_SYS', true);
require_once ("core.php");
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?> - <?php echo $LANG['contact_us']; ?></title>
<?php include ("headmate.php"); ?>
</head>
<body>
<?php include ("nav.php"); ?>
2018-11-16 10:07:00 +00:00
2018-05-15 14:35:31 +00:00
<div class="container">
2018-11-16 07:39:39 +00:00
<div class="row">
2018-05-15 14:35:31 +00:00
<section class="section-wrap">
2018-11-16 07:39:39 +00:00
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12">
<h2><?php echo $LANG['help']; ?></h2>
<p>If you have any problems or have the need to contact us to ask a question,
you can use the <span>integrated support system</span> in your control panel to create a support ticket.</p>
<p>We will reply to your question as soon as possible.</p>
<p>For technical support please look at the <a href="mailto:&#100;&#111;&#117;&#100;&#111;&#117;&#100;&#122;&#106;&#64;&#115;&#105;&#110;&#97;&#46;&#99;&#111;&#109;" target="_blank">Email Support</a></p>
</div>
</div>
2018-05-15 14:35:31 +00:00
</div>
2018-11-16 07:39:39 +00:00
</section>
</div>
2018-05-15 14:35:31 +00:00
</div>
<?php include ("footer.php"); ?>
</body>
</html>