%PDF- %PDF-
| Direktori : /home/vacivi36/backupsite/public_html/wp-content/themes/bridge/vc_templates/ |
| Current File : /home/vacivi36/backupsite/public_html/wp-content/themes/bridge/vc_templates/qode_pricing_tables.php |
<?php
$args = array(
"columns" => "four_columns"
);
$html = "";
extract(shortcode_atts($args, $atts));
$html = '<div class="qode_pricing_tables clearfix '.$columns.'">';
$html .= do_shortcode($content);
$html .= '</div>';
echo $html;