Example #1
0
								<li>
									<a href="<?php 
        echo html_encode(getImageURL());
        ?>
" title="<?php 
        printBareImageTitle();
        ?>
">
										<?php 
        printCustomSizedImage(getAnnotatedImageTitle(), NULL, 79, 79, 79, 79, NULL, NULL, NULL, NULL, true, NULL);
        ?>
										<?php 
        printImageTitle();
        ?>
<small> (<?php 
        printImageDate('');
        ?>
)</small>
										<div class="albumdesc"><?php 
        echo $_zp_current_image->getAlbum()->getTitle();
        ?>
</div>
									</a>
									<?php 
        printAddToFavorites($_zp_current_image, '', gettext('Remove'));
        ?>
								</li>
							<?php 
    }
    ?>
						</ul>
Example #2
0
			<span title="<?php 
echo gettext('Image Number/Total images');
?>
"><?php 
echo imageNumber() . '/' . getNumImages();
?>
</span>
		</div>
		<div class="sidebar-divide">
			<div id="full-image-details">
				<h2><?php 
printImageTitle(true);
?>
</h2>
				<div class="sidebar-section"><?php 
printImageDate('', '', null, true);
?>
</div>
				<?php 
if (getImageDesc() || zp_loggedin()) {
    ?>
<div class="sidebar-section"><?php 
    printImageDesc(true);
    ?>
</div><?php 
}
?>
				<?php 
if (getTags() || zp_loggedin()) {
    ?>
<div class="sidebar-section"><?php 
Example #3
0
							<span>(<em><?php 
    echo imageNumber() . ' of ' . getNumImages();
    ?>
</em>)</span>
						</div>
						<h1 class="notop"><?php 
    printImageTitle();
    ?>
</h1>
					</div>
					<div id="object-menu">
						<?php 
    if (getOption('zpbase_date_images')) {
        ?>
<span><?php 
        printImageDate();
        ?>
</span><?php 
    }
    ?>
						<?php 
    if (getOption('zpbase_social')) {
        include 'inc/socialshare.php';
    }
    ?>
						<?php 
    if (getOption('zpbase_download')) {
        ?>
<span><a href="<?php 
        echo html_encode(getFullImageURL());
        ?>