PluginProbe
WebTotem Security / 2.0
WebTotem Security v2.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 / layout.php

layout.php in WebTotem Security 2.0, at includes/layout.php

20 lines 707 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php defined('ABSPATH') or die("Protected By WT!");?>
2 <div class="ww-page">
3 <div class="ww-page__head">
4 <div class="ww-header">
5 <div class="ww-header__logo"><img src="<?=wtsec_getImagePath("logo.b37d81ec.svg")?>" alt="logo">
6 <div class="ww-header__version">Version <?=WTSEC_PLUGIN_INFORMATION_VERSION?></div>
7 </div>
8 <!-- <a class="ww-header__button" href="#">Get a service</a>-->
9 </div>
10 </div>
11
12 <div class="ww-content ww-content--top ww-grid">
13 <div class="ww-grid__6">
14 <?php WTSEC_LIBRARY_Session::notifications() ?>
15 <?php include $body;?>
16 </div>
17 <?php include $faq;?>
18 </div>
19 </div>
20