Esempio n. 1
0
" title="<?php 
        echo html_encode($annotate);
        ?>
">
					<?php 
        printAlbumTitle();
        ?>
</a></h4></li>
				<?php 
    }
    ?>
			</ul>
			<div class="clearage"></div>
			<?php 
    if (function_exists('printAlbumMap')) {
        printAlbumMap(NULL, NULL, NULL, NULL, '<p align="center">' . gettext('Google Map') . '</p>', true, 'googlemap', $firstPageImages);
    }
    printNofM('Album', $firstAlbum, $lastAlbum, getNumSubAlbums());
    ?>
		</div> <!-- submain -->

		<!-- Wrap Main Body -->
				<?php 
    if (getNumImages() > 0) {
        /* Only print if we have images. */
        if ($_noFlash) {
            ?>
		<div id="content">
 					<div id="main">
 						<div id="images">
 						<?php 
Esempio n. 2
0
		<br clear="all" />
		<?php 
if (function_exists('printSlideShowLink')) {
    printSlideShowLink(gettext('View Slideshow'));
}
?>
			<div class="rating"><?php 
if (function_exists('printAlbumRating')) {
    printAlbumRating();
}
?>
</div>
			<?php 
if (function_exists('printAlbumMap')) {
    printAlbumMap();
}
?>
		</div>

 <!-- begin comment block -->
				<?php 
if (getOption('Allow_comments') && getCurrentPage() == 1) {
    ?>
				<div id="comments">
					<div class="commentcount"><?php 
    $num = getCommentCount();
    switch ($num) {
        case 0:
            echo gettext("No comments");
            break;