%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/qendrasteps/wp-content/themes/bridge/vc_templates/
Upload File :
Create Path :
Current File : /var/www/html/qendrasteps/wp-content/themes/bridge/vc_templates/qode_circles.php

<?php

$args = array(
    "columns"     => "four_columns",
    "circle_line" => "no_line",
    "line_color"  => ""
);

$html = "";
$styles = array();

extract(shortcode_atts($args, $atts));

if(!empty($line_color)) {
	$styles[] = "border-color: ".$line_color.";";
}

$html = '<ul class="q_circles_holder '.$columns.' '.$circle_line.'" '. qode_get_inline_style(implode(';',$styles)) .'>';

$html .= do_shortcode($content);

$html .= '</ul>';

echo $html;

Zerion Mini Shell 1.0