Server IP : 192.64.118.117 / Your IP : 18.119.108.165 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/www/wp-content/plugins/builder-responsive-pricing-tables/templates/ |
Upload File : |
<?php if(!defined('ABSPATH')) die(); ?> <?php $baseCSSClassList = array( 'pt-id-' . $pricingTableID, $ptDesign ); if( !empty( $ptDesignColorMeta[ 'color' ] ) ) { $baseCSSClassList[] = $ptDesign . '-c' . $ptDesignColorMeta[ 'color' ]; } if( !isset( $ptDesignColorMeta[ 'animation' ] ) || $ptDesignColorMeta[ 'animation' ] == 0 ) { $baseCSSClassList[] = 'pt-animation-default'; } elseif( isset( $ptDesignColorMeta[ 'animation' ] ) && $ptDesignColorMeta[ 'animation' ] >= 1 && $ptDesignColorMeta[ 'animation' ] <= 2 ) { $baseCSSClassList[] = 'pt-animation-' . $ptDesignColorMeta[ 'animation' ]; } if( isset( $ptDesignColorMeta[ 'smartResize' ] ) && $ptDesignColorMeta[ 'smartResize' ] ) { $baseCSSClassList[] = 'pt-smart-resize'; } $hasMultipleInstances = ( count( $ptPlansFeaturesListMeta ) > 1 ); ?> <div class="pt-content-loader ptcl-<?php echo $ptDesign; ?>"> <?php if( $hasMultipleInstances ) { ?> <form data-wbrpt-id="<?php echo $pricingTableID; ?>"> <?php } ?> <?php foreach( $ptPlansFeaturesListMeta as $instanceID => $ptPlansFeaturesMeta ) { ?> <?php if( !empty( $ptPlansFeaturesMeta[ 'FeaturesColumnWidth' ] ) && in_array( $ptPlansFeaturesMeta[ 'FeaturesColumnWidth'], array( 'xs', 'sm', 'md', 'lg' ) ) ) { $baseCSSClassList[] = 'pt-side-' . $ptPlansFeaturesMeta[ 'FeaturesColumnWidth' ]; } ?> <?php if( $hasMultipleInstances ) { ?> <input type="radio" id="<?php echo "wbrpt-$pricingTableID-instance-$instanceID"; ?>" class="pt-instance-switch" name="wbrpt<?php echo $pricingTableID; ?>Instance"<?php echo ( isset( $ptPlansFeaturesMeta[ 'ActiveInstance' ] ) && $ptPlansFeaturesMeta[ 'ActiveInstance' ] ) ? ' checked' : ''; ?>> <div class="pt-instance"> <?php } ?> <?php include( 'design/' . $template ); ?> <?php if( $hasMultipleInstances ) { ?> </div> <?php } ?> <?php } ?> <?php if( $hasMultipleInstances ) { ?> </form> <?php } ?> </div> <div class="pt-content-loader-bar"></div>