PluginProbe
WebTotem Security / 3.0.0
WebTotem Security v3.0.0
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 2.2.4 All 109 releases
wt-security / includes / templates / help.html.twig

help.html.twig in WebTotem Security 3.0.0, at includes/templates/help.html.twig

41 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <main class="wtotem_content">
2 <div class="wtotem_container">
3
4 <div class="section-header-mb">
5 <h2 class="h2 title"> {{ 'Help center'|trans }}</h2>
6 </div>
7
8 <!-- links -->
9 <div class="wtotem_help-list__links wtotem_help-links">
10 <ul class="wtotem_help-links__list">
11 <li class="wtotem_help-links__item">
12 <a class="wtotem_help-links__title" target="_blank" href="https://wtotem.com/docs/">
13 {{ 'Help center'|trans }}
14 </a>
15 </li>
16 <li class="wtotem_help-links__item">
17 <a class="wtotem_help-links__title" target="_blank" href="https://docs.wtotem.com/about-webtotem">
18 {{ 'Our tools'|trans }}
19 </a>
20 </li>
21 <li class="wtotem_help-links__item">
22 <a class="wtotem_help-links__title" target="_blank" href="https://docs.wtotem.com/agent-statuses">
23 {{ 'Description of statuses'|trans }}
24 </a>
25 </li>
26 <li class="wtotem_help-links__item">
27 <a class="wtotem_help-links__title" target="_blank" href="https://docs.wtotem.com/registration">
28 {{ 'Instructions'|trans }}
29 </a>
30 </li>
31 <li class="wtotem_help-links__item">
32 <a class="wtotem_help-links__title" target="_blank" href="https://docs.wtotem.com/plugin-for-wordpress">
33 {{ 'Documentation'|trans }}
34 </a>
35 </li>
36 </ul>
37 </div>
38
39 </div>
40 </main>
41