HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/eng/wp-content/plugins/jet-elements/templates/jet-pricing-table/global/index.php
<?php
/**
 * Pricing table main template
 */
?>
<div class="pricing-table <?php $this->__html( 'featured', 'featured-table' ); ?>">
	<?php $this->__glob_inc_if( 'heading', array( 'icon', 'title', 'subtitle' ) ); ?>
	<?php $this->__glob_inc_if( 'price', array( 'price_prefix', 'price', 'price_suffix' ) ); ?>
	<?php $this->__get_global_looped_template( 'features', 'features_list' ); ?>
	<?php $this->__glob_inc_if( 'action', array( 'button_before', 'button_url', 'button_text', 'button_after' ) ); ?>
	<?php $this->__glob_inc_if( 'badge', array( 'featured' ) ); ?>
</div>