/**
 * Prints the location of the album
 *
 * @author Ozh
 */
function printAlbumLocation()
{
    echo html_encodeTagged(getAlbumLocation());
}
Esempio n. 2
0
					</p>
			</div>
			<div id="meta">
				<ul>
					<li class="count"><?php 
if (($num = getNumImages()) > 1) {
    printf(gettext('%1$u of %2$u images'), imageNumber(), getNumImages());
}
?>
</li>
					<li class="date"><?php 
printImageDate();
?>
</li>
					<li class="tags"><?php 
echo getAlbumLocation();
?>
</li>
					<li class="exif">
				<?php 
if (getImageMetaData()) {
    echo "<a href=\"#\" title=\"" . gettext("Image Info") . "\" class=\"colorbox\">" . gettext("Image Info") . "</a>";
    echo "<div style='display:none'>";
    printImageMetadata('', false);
    echo "</div>";
    if (isImagePhoto()) {
        echo "&nbsp;/&nbsp;";
    }
}
$fullimage = getFullImageURL();
if (!empty($fullimage)) {