File "template-library-error.php"

Full Path: /home/bytebmoc/tideswithin.com/widgets-css/editor/template-library-error.php
File size: 405 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * templates loader view
 */
if ( ! defined( 'ABSPATH' ) )
	exit; // Exit if accessed directly
?>
<div class="elementor-library-error">
	<div class="elementor-library-error-message" style="color:red;">
		<?php
		esc_html_e( 'Template couldn\'t be loaded. Please activate you license key before.', 'bdthemes-element-pack' );
		?>
	</div>
	<div class="elementor-library-error-link">
	</div>
</div>