help.php 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. define('IN_SYS', true);
  3. require_once ("core.php");
  4. ?>
  5. <!DOCTYPE html>
  6. <html lang="<?php echo $current_language; ?>">
  7. <head>
  8. <meta charset="utf-8">
  9. <title><?=$title?> - <?php echo $LANG['contact_us']; ?></title>
  10. <?php include ("headmate.php"); ?>
  11. </head>
  12. <body>
  13. <?php include ("nav.php"); ?>
  14. <div class="bs-docs-header">
  15. <div class="container">
  16. <h1><?php echo $LANG['help']; ?></h1>
  17. <p><?php echo $LANG['help']; ?></p>
  18. </div>
  19. </div>
  20. <div class="container">
  21. <div class="row">
  22. <section class="section-wrap">
  23. <div class="container">
  24. <div class="row">
  25. <div class="col-sm-12 col-md-12">
  26. <h2><?php echo $LANG['help']; ?></h2>
  27. <p>If you have any problems or have the need to contact us to ask a question,
  28. you can use the <span>integrated support system</span> in your control panel to create a support ticket.</p>
  29. <p>We will reply to your question as soon as possible.</p>
  30. <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>
  31. </div>
  32. </div>
  33. </div>
  34. </section>
  35. </div>
  36. </div>
  37. <?php include ("footer.php"); ?>
  38. </body>
  39. </html>