PluginProbe
WebTotem Security / 3.0.1
WebTotem Security v3.0.1
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 / section_header.html.twig

section_header.html.twig in WebTotem Security 3.0.1, at includes/templates/section_header.html.twig

13 lines 478 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="section-header">
2 <h2 class="h2 title">{{ title }}
3 {% if tooltip.title %}
4 <div class="wtotem_title-info__info wtotem-tooltip wtotem-tooltip-top" data-service="{{ tooltip.title }}">
5 <div class="wtotem-tooltip__content">
6 <p class="wtotem-tooltip__header">{{ tooltip.title }}</p>
7 <p class="wtotem-tooltip__text">{{ tooltip.text }}</p>
8 </div>
9 </div>
10 {% endif %}
11 </h2>
12 </div>
13