>
".get_slider_html($GLOBALS['slider_type'])."
";//pinta markup del slider
// var_dump(empty($option_js['tPosition']) , $GLOBALS['feat_style']=='default' , empty($GLOBALS['feat_style']));
//var_dump($GLOBALS['slider_type']);
// exit;
switch ($GLOBALS['slider_type']){
case 'Featured-Slider':
case 'cubeH':
case 'cubeV':
case 'fade':
case 'random':
case 'random-top':
case 'random-relative':
case 'random-medium':
case 'sliceH':
case 'sliceV':
case 'slideH':
case 'slideV':
case 'scale':
case 'blockScale':
case 'kaleidoscope':
case 'fan':
case 'blindH':
case 'blindV':
global $footer_script;
$thumbs=(empty($option_js['tPosition']) || $GLOBALS['feat_style']=='default' || empty($GLOBALS['feat_style']))?'':get_thumbs_slider($GLOBALS['thumbs_sld'],$option_js['tPosition']);//pinta el markup del los thumbs
if ($GLOBALS['slider_type']=='random-top'){
$option_js['w']='100%';
$option_js['h']='100%';
}
/*var_dump($option_js);
exit;*/
/*if (!empty($optionjs)){
$GLOBALS['slider_type']=(empty($optionjs['effect']))?$GLOBALS['slider_type']:$optionjs['effect'];
$optionjs['effect']=$GLOBALS['slider_type'];
$GLOBALS['thumbpos']=$optionjs['tPosition'];
$GLOBALS['height_slider']=$optionjs['h'];
$GLOBALS['width_slider']=$optionjs['w'];
$GLOBALS['feat_style']=$optionjs['sliderFrame'];
}*/
switch ($option_js['tPosition']){
case 'left':
case 'top':
echo $thumbs;
echo $slidercontent;
break;
case 'right':
case 'bottom':
echo $slidercontent;
echo $thumbs;
break;
default:
echo $slidercontent;
if (empty($option_js))
break 2;
break;
}
//if ($optionjs['sliderExists']):
ob_start();
/*var_dump($optionjs);
exit;*/
?>