| 1 |
<?php defined('ABSPATH') or die("Protected By WT!"); ?> |
| 2 |
<main class="wtotem_content"> |
| 3 |
<div class="wtotem_container"> |
| 4 |
|
| 5 |
<div class="section-header-mb"> |
| 6 |
<h2 class="title"><?= wtsec_locale("help_center.title") ?></h2> |
| 7 |
</div> |
| 8 |
|
| 9 |
<!-- links --> |
| 10 |
<div class="wtotem_help-list__links wtotem_help-links"> |
| 11 |
<ul class="wtotem_help-links__list"> |
| 12 |
<li class="wtotem_help-links__item"> |
| 13 |
<a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/"><?= wtsec_locale("help_center.general_information") ?></a> |
| 14 |
</li> |
| 15 |
<li class="wtotem_help-links__item"> |
| 16 |
<a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/our-features/about-webtotem/"><?= wtsec_locale("help_center.our_tools") ?></a> |
| 17 |
</li> |
| 18 |
<li class="wtotem_help-links__item"> |
| 19 |
<a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/dashboard/monitoring"><?= wtsec_locale("help_center.description_of_statuses") ?></a> |
| 20 |
</li> |
| 21 |
<li class="wtotem_help-links__item"> |
| 22 |
<a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/instructions/registration/"><?= wtsec_locale("help_center.instructions") ?></a> |
| 23 |
</li> |
| 24 |
</ul> |
| 25 |
</div> |
| 26 |
|
| 27 |
</div> |
| 28 |
</main> |