Files
carpseeds.pl/wp-content/plugins/akeebabackupwp/app/Solo/ViewTemplates/Main/warning_adblock.blade.php
2024-07-15 11:28:08 +02:00

17 lines
397 B
PHP

<?php
/**
* @package solo
* @copyright Copyright (c)2014-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
defined('_AKEEBA') or die();
// Used for type hinting
/** @var \Solo\View\Main\Html $this */
?>
<div id="adblock-warning" class="akeeba-block--failure" style="display: none;">
@lang('SOLO_SETUP_LBL_ADBLOCK_WARNING')
</div>