* @subpackage Sheeva * @since 1.0 */ ?> <div id="slider" class="cycle group inner"> <div class="images"> <?php while (yiw_have_slide()) { ?> <!-- START PANEL --> <div<?php yiw_slide_class('panel'); ?> > <?php yiw_slide_the('featured-content', array('container' => false, 'video_width' => 439, 'video_height' => 245)); ?> <div class="hentry"> <h2><?php yiw_slide_the('title'); ?> </h2> <?php yiw_slide_the('content'); ?>
} ?> "> <div class="ei-slider-loading">Loading</div> <ul class="ei-slider-large"> <?php while (yiw_have_slide()) { global $yit_image; $thumbnail = $yit_image->image(array('src' => yiw_slide_get('image_url'), 'size' => 'thumb-slider-elastic', 'alt' => strip_tags(yiw_slide_get('slide_title')) . " - " . strip_tags(yiw_slide_get('clean-content')))); $thumbs .= "<li><a href=\"#\">" . strip_tags(yiw_slide_get('slide_title')) . " - " . strip_tags(yiw_slide_get('clean-content')) . "</a>{$thumbnail}</li>\n"; ?> <li<?php yiw_slide_class('slide align-' . yiw_slide_get('layout_slide')); ?> > <?php yiw_slide_the('featured-content', array('container' => false)); ?> <div class="ei-title"> <?php yiw_string_('<h2>', yiw_slide_get('title'), '</h2>'); ?> <?php yiw_string_('<h3>', yiw_slide_get('clean-content'), '</h3>'); ?>