Ejemplo n.º 1
0
		<?php 
}
?>

		<!-- PRINTS COMMENTS IN SIDEBAR -->

		<!-- PRINTS LATEST DISQUS COMMENTS, IF PLUGIN EXISTS -->
		<?php 
if (function_exists('printLatestDisqus')) {
    ?>
			<h4 class="blockhead"><span><?php 
    echo gettext('Latest Comments');
    ?>
</span></h4>
			<?php 
    printLatestDisqus(3, 100);
} else {
    ?>

			<!-- IF NO DISQUS, PRINTS LATEST GALLERY COMMENTS OR NEWS COMMENTS -->
			<?php 
    if ($_zp_gallery_page != 'news.php') {
        ?>
				<?php 
        if (function_exists('printCommentForm') && getLatestComments(1, 'all')) {
            ?>
					<h4 class="blockhead"><span><?php 
            echo gettext('Latest Gallery Comments');
            ?>
</span></h4>
					<?php 
Ejemplo n.º 2
0
    ?>
</div>
					</div>
					<?php 
}
?>
					<?php 
include "inc-sidemenu.php";
?>
					<?php 
if (function_exists('printCommentForm')) {
    ?>
					<div class="latest">
						<?php 
    if (function_exists('printLatestDisqus')) {
        printLatestDisqus(3);
    } else {
        if ($zenpage) {
            printLatestComments(2);
        }
        printLatestComments(2);
    }
    ?>
					</div>
					<?php 
}
?>
				</div>
			</div>

<?php