<?php
/**
 * Template Library Header
 */
?>
<div id="bbelementor-template-modal-header-title">
    <span class="bbelementor-template-modal-header-title__logo"><img src="<?php echo get_template_directory_uri() . '/inc/plugins/elementor/assets/editor/templates/img/buddyboss.png'; ?>" /></span>
    <?php echo __( 'BuddyBoss Templates', 'buddyboss-theme' ); ?>
</div>
<div id="bbelementor-template-modal-header-tabs"></div>
<div id="bbelementor-template-modal-header-actions">
    <div id="bbelementor-template-modal-header-close-modal" class="elementor-template-library-header-item"
        title="<?php echo __( 'Close', 'buddyboss-theme' ); ?>">
        <i class="eicon-close" title="Close"></i>
    </div>
</div>