I would like to know how to properly remove the thumbnail images from displaying in the homepage slideshow.
I deleted the whole
echo '<div class="preview_images">'."\n";
foreach($previewpics as $link => $pic)
{
echo ''."\n";
$firstitem = "";
}
echo '</div><!-- end preview_images-->'."\n";
But it brakes the slideshow from rotating.
Any help appreciated.
Thanks
Ben














