File "template-library-header.php"

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

<?php

/**
 * Template Library Header Template
 */
if (!defined('ABSPATH')) exit; // Exit if accessed directly
?>
<div id="bdt-elementpack-template-library-header-logo-area">
	<div class="elementor-templates-modal__header__logo">
		<span class="elementor-templates-modal__header__logo__icon-wrapper ep-logo-wrapper">
			<i class="ep-icon-element-pack"></i>
		</span>
		<span class="elementor-templates-modal__header__logo__title">Template Library</span>
	</div>
</div>
<div id="bdt-elementpack-template-library-header-tabs"></div>
<div id="bdt-elementpack-template-library-header-actions"></div>
<div id="bdt-elementpack-template-library-header-sync" class="elementor-templates-modal__header__item">
	<i class="eicon-sync" aria-hidden="true" title="Sync Library"></i>
	<span class="elementor-screen-only">Sync Library</span>
</div>
<div id="bdt-elementpack-template-library-header-close-modal" class="elementor-template-library-header-item" title="<?php esc_html_e('Close', 'bdthemes-element-pack'); ?>">
	<i class="eicon-close" title="Close"></i>
</div>