| 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"><?= __( 'Help center', 'wtotem' ) ?></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/"> |
| 14 |
<?= __( 'General information', 'wtotem' ) ?> |
| 15 |
</a> |
| 16 |
</li> |
| 17 |
<li class="wtotem_help-links__item"> |
| 18 |
<a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/our-features/about-webtotem/"> |
| 19 |
<?= __( 'Our tools', 'wtotem' ) ?> |
| 20 |
</a> |
| 21 |
</li> |
| 22 |
<li class="wtotem_help-links__item"> |
| 23 |
<a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/dashboard/monitoring"> |
| 24 |
<?= __( 'Description of statuses', 'wtotem' ) ?> |
| 25 |
</a> |
| 26 |
</li> |
| 27 |
<li class="wtotem_help-links__item"> |
| 28 |
<a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/instructions/registration/"> |
| 29 |
<?= __( 'Instructions', 'wtotem' ) ?> |
| 30 |
</a> |
| 31 |
</li> |
| 32 |
</ul> |
| 33 |
</div> |
| 34 |
|
| 35 |
</div> |
| 36 |
</main> |