echo "\n".'<a href="'.$image['link'].'"><img title="'.$title.'" src="' . THEME_INCLUDES.'/timthumb.php?src='.get_image_src($image['src']).'&h='.$height.'&w=960&zc=1' . '" /></a>';
echo "\n".'<a href="'.$image['link'].'"><img title="'.$title.'" src="' . THEME_INCLUDES.'/timthumb.php?src='.get_image_src($image['src']).'&h='.$height.'&w=850&zc=1' . '" /></a>';
#nivo_slider, #nivo_slider_loading {
width:850px;
}
function slideShow_3d() {
$height = theme_get_option('slideshow', '3d_height');
$wrap_height = $height+70;
$uri = THEME_URI;
$uploads = wp_upload_dir();
$noflash = __('You need to <a href="http://www.adobe.com/products/flashplayer/" target="_blank">upgrade your Flash Player</a> to version 10 or newer.','striking_front');
$output = <<<HTML
<div id="feature" class="3d">
<div class="top_shadow"></div>
<div id="piecemaker">
<div class="inner">
<div id="introduce">{$noflash}</div>
</div>
</div>
<div class="bottom_shadow"></div>
</div>
<script type="text/javascript">
jQuery(document).ready(
function() {
jQuery('#piecemaker').flash({
swf:"{$uri}/piecemaker/piecemaker_{$height}.swf",
wmode:"transparent",
height: {$wrap_height},
width:'100%',
hasVersion:10,
menu:false,
AllowScriptAccess:'always',
expressInstaller: "{$uri}/swf/expressInstall.swf",
flashvars: {
xmlSource: "{$uri}/piecemaker/piecemakerXML.php",
cssSource: "{$uri}/piecemaker/piecemakerCSS.css",
imageSource: "{$uploads['baseurl']}"
}
});
}
);
</script>
HTML;
echo $output;
}
It looks like you're new here. If you want to get involved, click one of these buttons!