Example #1
0
			 <strong><?php 
printImageTitle(true);
?>
</strong> (<?php 
echo imageNumber() . "/" . getNumImages();
?>
)
			</h2>
		</div>
	<div id="content-left">

	<!-- The Image -->
 <?php 
//
if (function_exists('printjCarouselThumbNav')) {
    printjCarouselThumbNav(6, 50, 50, 50, 50, FALSE);
} else {
    if (function_exists("printPagedThumbsNav")) {
        printPagedThumbsNav(6, FALSE, gettext('&laquo; prev thumbs'), gettext('next thumbs &raquo;'), 40, 40);
    }
}
?>

	<div id="image">
		<?php 
if (getOption("Use_thickbox") && !isImageVideo()) {
    $boxclass = " class=\"thickbox\"";
    $tburl = getUnprotectedImageURL();
} else {
    $boxclass = "";
    $tburl = getFullImageURL();
Example #2
0
if (function_exists('printRating')) {
    ?>
					<div id="rating-wrap">
						<?php 
    printRating();
    ?>
						<noscript>Sorry, you must enable Javascript in your browser in order to vote...</noscript>
					</div>
					<?php 
}
?>
				</div>			
				<div id="img-full">
					<?php 
if (function_exists('printjCarouselThumbNav')) {
    printjCarouselThumbNav(5, 65, 65, 65, 65, false);
} else {
    if (function_exists("printPagedThumbsNav")) {
        printPagedThumbsNav(5, true, ' ', ' ', 65, 65);
    }
}
?>
					<div id="img-wrap" itemprop="image">
						<?php 
if ($zpgal_final_link == 'colorbox') {
    ?>
<a rel="zoom" href="<?php 
    echo htmlspecialchars(getFullImageURL());
    ?>
" title="<?php 
    echo getBareImageTitle();