????

Your IP : 3.137.200.56


Current Path : /home2/morganrand/.trash/js_composer/include/templates/editors/popups/
Upload File :
Current File : /home2/morganrand/.trash/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php

<!-- param window header-->
<div
	class="<?php echo esc_attr( $header_css_class ) ?> vc_ui-panel-header-container <?php echo ( isset( $stacked_bottom ) && $stacked_bottom ) || ! isset( $stacked_bottom ) ? "vc_ui-panel-header-o-stacked-bottom" : ""; ?>"
	data-vc-ui-element="panel-heading">
	<div class="vc_ui-panel-header">
		<div class="vc_ui-panel-header-controls">
			<?php foreach ( $controls as $control ): ?>
				<?php if ( is_array( $control ) && isset( $control['template'] ) ): ?>
					<?php vc_include_template( $control['template'], isset( $control['variables'] ) ? $control['variables'] : array() ) ?>
				<?php else: ?>
					<button type="button" class="vc_general vc_ui-control-button vc_ui-<?php echo esc_attr( $control ) ?>-button" data-vc-ui-element="button-<?php echo esc_attr( $control ) ?>">
						<i class="vc_ui-icon-pixel vc_ui-icon-pixel-<?php echo esc_attr( $control ) ?>"> </i></button>
				<?php endif ?>
			<?php endforeach; ?>
		</div>
		<div class="vc_ui-panel-header-header vc_ui-grid-gap" data-vc-panel-container=".vc_ui-panel-header-container">
			<h3 class="vc_ui-panel-header-heading"
			    data-vc-ui-element="panel-title"><?php echo isset( $title ) ? esc_html( $title ) : '' ?></h3>

			<?php if ( isset( $search_template ) && ! empty( $search_template ) ): ?>
				<?php vc_include_template( $search_template ) ?>
			<?php endif ?>

		</div>
		<div class="vc_ui-panel-header-content" data-vc-ui-element="panel-header-content">
			<?php if ( isset( $content_template ) && ! empty( $content_template ) ): ?>
				<?php vc_include_template( $content_template,
					isset( $template_variables ) && is_array( $template_variables ) ? $template_variables : array() ) ?>
			<?php endif ?>
		</div>
	</div>
</div>