help.php 1.0 KB

12345678910111213141516171819202122232425
  1. <?php
  2. define('IN_SYS', true);
  3. require_once ("core.php");
  4. $title = $title . ' - ' . $LANG['help'];
  5. ?>
  6. <?php include ("header.php"); ?>
  7. <div class="container">
  8. <div class="page-header">
  9. <h1><?php echo $LANG['help']; ?></h1>
  10. </div>
  11. </div>
  12. <div class="container">
  13. <div class="row">
  14. <div class="col-sm-12 col-md-12">
  15. <h2><?php echo $LANG['help']; ?></h2>
  16. <p>If you have any problems or have the need to contact us to ask a question,
  17. you can use the <span>integrated support system</span> in your control panel to create a support ticket.</p>
  18. <p>We will reply to your question as soon as possible.</p>
  19. <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>
  20. </div>
  21. </div>
  22. </div>
  23. <?php include ("footer.php"); ?>