| Server IP : 68.178.247.200 / Your IP : 216.73.217.16 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/wp-content/plugins/js_composer/include/templates/editors/popups/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
?>
<!-- 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 $key => $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-composer-icon vc-c-icon-<?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>