# wt-security/1.3.1/includes/layout.php

WebTotem Security, version 1.3.1. 20 lines.

- Page: https://pluginprobe.com/plugins/wt-security/1.3.1/code/includes/layout.php
- Raw: https://pluginprobe.com/plugins/wt-security/1.3.1/raw/includes/layout.php
- Modified: 2020-01-24T11:47:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wt-security/1.3.1/code/includes/layout.php#L10-L20`.

```php
<?php defined('ABSPATH') or die("Protected By WT!");?>
<div class="ww-page">
    <div class="ww-page__head">
        <div class="ww-header">
            <div class="ww-header__logo"><img src="<?=wtsec_getImagePath("logo.b37d81ec.svg")?>" alt="logo">
                <div class="ww-header__version">Version <?=WTSEC_PLUGIN_INFORMATION_VERSION?></div>
            </div>
<!--            <a class="ww-header__button" href="#">Get a service</a>-->
        </div>
    </div>

    <div class="ww-content ww-content--top ww-grid">
        <div class="ww-grid__6">
        <?php WTSEC_LIBRARY_Session::notifications() ?>
        <?php include $body;?>
        </div>
        <?php include $faq;?>
    </div>
</div>

```
