blocks
4 years ago
data_access
4 years ago
helpers
4 years ago
models
4 years ago
sounds
5 years ago
templates
5 years ago
vendor
5 years ago
Mobile_Detect.php
6 years ago
aes_fast.php
7 years ago
cryptoHelpers.php
7 years ago
error_view.php
5 years ago
wplc_activator.php
5 years ago
wplc_admin_menu.php
4 years ago
wplc_base_controller.php
4 years ago
wplc_crons.php
5 years ago
wplc_enums.php
4 years ago
wplc_js_manager.php
5 years ago
wplc_loader.php
4 years ago
wplc_updater.php
4 years ago
error_view.php
13 lines
| 1 | <div class="wrap wplc_wrap"> |
| 2 | <div id="wplc_container"> |
| 3 | <div class="bootstrap-wplc-content"> |
| 4 | <div class="alert alert-danger" role="alert"> |
| 5 | <h4 class="alert-heading"><?= $error->Title ?></h4> |
| 6 | <p><?= $error->Message ?></p> |
| 7 | <hr> |
| 8 | <p class="mb-0"><?= $error->HtmlContent ?></p> |
| 9 | </div> |
| 10 | </div> |
| 11 | </div> |
| 12 | </div> |
| 13 |