SHELL BYPASS 403 |
Modern UI.
Responsive.
Powerful.
Faizzz-Chin Shell
: /home/dilseshaadi/public_html/wp-content/themes/wedding-planner/framework/views/control/ [ drwxr-xr-x ]
<?php extract($head_info); ?>
<?php if(!$is_compact): ?>
<div class="vp-field <?php echo esc_attr($type); ?><?php echo !empty($container_extra_classes) ? (' ' . esc_attr($container_extra_classes)) : ''; ?>"
data-vp-type="<?php echo esc_attr($type); ?>"
<?php echo VP_Util_Text::print_if_exists(isset($dependency) ? $dependency : '', 'data-vp-dependency="%s"'); ?>
<?php wedding_planner_o_html($is_hidden ? 'style="display: none;"' : ''); ?>
id="<?php echo esc_attr($name); ?>">
<?php endif; ?>
<?php switch ($status) {
case 'normal':
$icon_class = 'fa-lightbulb-o';
break;
case 'info':
$icon_class = 'fa-info-circle';
break;
case 'success':
$icon_class = 'fa-check-circle';
break;
case 'warning':
$icon_class = 'fa-exclamation-triangle';
break;
case 'error':
$icon_class = 'fa-times-circle';
break;
default:
$icon_class = 'fa-lightbulb-o';
break;
} ?>
<i class="fa <?php echo esc_attr($icon_class); ?>"></i>
<div class="label"><?php echo esc_attr($label); ?></div>
<?php VP_Util_Text::print_if_exists($description, '<div class="description">%s</div>'); ?>
<?php if(!$is_compact): ?>
</div>
<?php endif; ?>