site burdan
kodları
//this class creates the slideshow
//GET SIZE OF IMAGES
$slidersize = 'XL';
if($k_option['slideshow']['slider'] != 'aviaslider') $slidersize = 'LL';
// SET SLIDER OPTIONS
$slideshow = new kclass_display_slideshow();
$slideshow->setQueryType('slideshow');
$slideshow->setQueryNumber($k_option['slideshow']['feature_count']);
$slideshow->setSlideshowSize($slidersize);
$slideshow->setSlideshowClass($k_option['slideshow']['slider']);
$slideshow->setCaption('_img_excerpt');
$slideshow->addContent("
");
$slideshow->show();
//mainpage headline and button
if($k_option['mainpage']['headline'] != '')
{
echo '';
if($k_option['mainpage']['buttonText'])
{
echo ''.$k_option['mainpage']['buttonText'].'';
}
echo ''.$k_option['mainpage']['headline'].'';
echo '';
}
?>