<?php

if (!defined('ABSPATH')) {
    exit;
}
// Exit if accessed directly
/**
 * Builder Frontend Panel HTML
 */
global $TF_Layout, $post;
if (!TF_Model::is_tf_styling_active() && (TF_Model::is_template_page() || TF_Model::is_content_builder_page())) {
    $module_groups = TF_Model::get_module_group_by_category();
    if (is_object($post) && !is_singular(array('tf_template', 'tf_template_part'))) {
        $current_template_type = 'content';
    } else {
        $current_template_type = empty($TF_Layout->type) ? 'global' : $TF_Layout->type;
    }
    $tabs_exclude = array('archive' => array('single', 'page'), 'single' => array('archive', 'page'), 'page' => array('archive', 'single'), 'global' => array('archive', 'single', 'page'), 'content' => array('archive', 'single', 'page', 'global'));
    ?>

<div class="tf_front_panel tf_interface">	
	<div id="tf_module_panel" class="tf_module_panel clearfix">
		
		<a class="tf_slide_builder_module_panel" href="#"><?php 
    _e('Slide', 'themify-flow');
    ?>
</a>

		<div class="tf_slide_builder_module_wrapper">
			
			<div class="tf_module_tabs">