uiisc/contact.php
2018-11-16 15:39:39 +08:00

44 lines
No EOL
1.5 KiB
PHP

<?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"); ?>
<div class="container">
<div class="row">
<section class="section-wrap">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12 termsHead">
<h1><?php echo $LANG['contact_us']; ?></h1>
</div>
<div class="col-sm-12 col-md-12">
<h2>Contact</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="http://byet.net/forumdisplay.php?f=28" target="_blank">Knowledge Base</a></p>
</div>
<div class="col-sm-12 col-md-12">
<h2><?php echo $LANG['address']; ?></h2>
<p>Shanghai China.</p>
</div>
<div class="col-sm-12 col-md-12">
<h2>Others</h2>
<p class="alert alert-warning"><i class="glyphicon glyphicon-info-sign"></i> Crogram Inc.</p>
</div>
</div>
</div>
</section>
</div>
</div>
<?php include ("footer.php"); ?>
</body>
</html>