예제 #1
0
					</div>
					<div id="pagination">
						<?php 
    if (getPrevNewsURL()) {
        ?>
<div class="prev"><?php 
        printPrevNewsLink('←');
        ?>
</div><?php 
    }
    ?>
						<?php 
    if (getNextNewsURL()) {
        ?>
<div class="next"><?php 
        printNextNewsLink('→');
        ?>
</div><?php 
    }
    ?>
					</div>	
					<?php 
    if (function_exists('printCommentForm')) {
        ?>
<div class="section"><?php 
        printCommentForm();
        ?>
</div><?php 
    }
    ?>
					<?php 
예제 #2
0
        // single news article
        ?>
							<?php 
        if (getPrevNewsURL()) {
            ?>
<div class="singlenews_prev"><?php 
            printPrevNewsLink();
            ?>
</div><?php 
        }
        ?>
							<?php 
        if (getPrevNewsURL()) {
            ?>
<div class="singlenews_next"><?php 
            printNextNewsLink();
            ?>
</div><?php 
        }
        ?>
							<?php 
        if (getPrevNewsURL() or getPrevNewsURL()) {
            ?>
<br class="clearall" /><?php 
        }
        ?>
							<h3><?php 
        printNewsTitle();
        ?>
</h3>
예제 #3
0
    if (is_NewsArticle()) {
        ?>
			<?php 
        if (getPrevNewsURL()) {
            ?>
<div id="navbar-prev"><?php 
            printPrevNewsLink('‹');
            ?>
</div><?php 
        }
        ?>
			<?php 
        if (getNextNewsURL()) {
            ?>
<div id="navbar-next"><?php 
            printNextNewsLink('›');
            ?>
</div><?php 
        }
        ?>
			<?php 
    }
    ?>
			
			<?php 
} else {
    // news article loop
    ?>
		
			<div id="post">
				<div class="extra-content">
예제 #4
0
if (is_NewsArticle()) {
    ?>
		<?php 
    if (getPrevNewsURL()) {
        ?>
<div class="singlenews_prev"><?php 
        printPrevNewsLink('');
        ?>
</div><?php 
    }
    ?>
		<?php 
    if (getNextNewsURL()) {
        ?>
<div class="singlenews_next"><?php 
        printNextNewsLink('');
        ?>
</div><?php 
    }
    ?>
		<?php 
    if (getPrevNewsURL() or getNextNewsURL()) {
        ?>
<br style="clear:both" /><?php 
    }
    ?>
		<h3><?php 
    printNewsTitle();
    ?>
</h3>
		<div class="newsarticlecredit"><span class="newsarticlecredit-left"><?php 
예제 #5
0
		<?php 
    }
    ?>

		<?php 
    if (function_exists('printCommentForm')) {
        printCommentForm();
    }
    ?>

		<div id="img-topbar" class="clearfix" style="margin-top:15px;">
			<?php 
    if (getNextNewsURL()) {
        ?>
				<div id="img-next"><?php 
        printNextNewsLink('»');
        ?>
</div>
			<?php 
    }
    ?>
			<?php 
    if (getPrevNewsURL()) {
        ?>
				<div id="img-prev"><?php 
        printPrevNewsLink('«');
        ?>
</div>
			<?php 
    }
    ?>