芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/fashionmodelquicktrack.com/wp-content/themes/flatsome/inc/shortcodes/testimonials.php
'', 'class' => '', 'visibility' => '', 'company' => '', 'stars' => '5', 'font_size' => '', 'text_align' => '', 'image' => '', 'image_width' => '80', 'pos' => 'left', 'link' => '', ), $atts)); ob_start(); $classes = array('testimonial-box'); $classes_img = array('icon-box-img','testimonial-image','circle'); $classes[] = 'icon-box-'.$pos; if ( $class ) $classes[] = $class; if ( $visibility ) $classes[] = $visibility; if($pos == 'center') $classes[] = 'text-center'; if($pos == 'left' || $pos == 'top') $classes[] = 'text-left'; if($pos == 'right') $classes[] = 'text-right'; if($font_size) $classes[] = 'is-'.$font_size; if($image_width) $image_width = 'width: '.intval($image_width).'px'; $star_row = ''; if ($stars == '1'){$star_row = '
';} else if ($stars == '2'){$star_row = '
';} else if ($stars == '3'){$star_row = '
';} else if ($stars == '4'){$star_row = '
';} else if ($stars == '5'){$star_row = '
';} $classes = implode(" ", $classes); $classes_img = implode(" ", $classes_img); ?>
0) echo $star_row; ?>
/ '; ?>