b0y-101 Mini Shell


Current Path : E:/www/km/wp2/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Block/FontManager/
File Upload :
Current File : E:/www/km/wp2/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Block/FontManager/Index.php

<?php

namespace Nextend\Framework\Font\Block\FontManager;

/**
 * @var BlockFontManager $this
 */
?>
<div id="n2-lightbox-font" class="n2_fullscreen_editor">
    <div class="n2_fullscreen_editor__overlay"></div>
    <div class="n2_fullscreen_editor__window">
        <div class="n2_fullscreen_editor__nav_bar">
            <div class="n2_fullscreen_editor__nav_bar_label">
                <?php n2_e('Font manager'); ?>
            </div>
            <div class="n2_fullscreen_editor__nav_bar_actions">
                <?php $this->displayTopBar(); ?>
            </div>
        </div>
        <div class="n2_fullscreen_editor__content">
            <div class="n2_fullscreen_editor__content_content n2_container_scrollable">
                <?php $this->displayContent(); ?>
            </div>
        </div>
    </div>
</div>

Copyright © 2019 by b0y-101