コード例 #1
0
ファイル: news.php プロジェクト: ariep/ZenPhoto20-DEV
			</div>
			<?php 
    } else {
        ?>
			<div class="news-cat-list">
				<?php 
        printAllNewsCategories(gettext('All news'), true, 'news-cat-list', 'news-cat-active');
        ?>
			</div>
			<?php 
    }
    ?>
			<h3><?php 
    printNewsIndexURL(gettext('News'));
    printCurrentNewsCategory(' » ' . gettext('Category') . ' : ');
    printCurrentNewsArchive(' » ');
    ?>
</h3>
		</div>

	<?php 
    // single news article
    if (is_NewsArticle()) {
        ?>
		<div id="news" class="clearfix">
			<h3><?php 
        printNewsTitle();
        ?>
</h3>
			<div class="newsarticlecredit">
				<?php 
コード例 #2
0
ファイル: news.php プロジェクト: jurgenoosting/zenphoto
				</div> <!-- gallerytitle -->

				<!-- Crumb Trail Navigation -->
				<div id="wrapnav">
					<div id="navbar">
						<span><?php 
    printHomeLink('', ' | ');
    printGalleryIndexURL(' | ');
    ?>
</span>
						<?php 
    printNewsIndexURL(NULL, ' | ');
    printZenpageItemsBreadcrumb(' | ', '');
    printCurrentNewsCategory(" | ");
    printNewsTitle(" | ");
    printCurrentNewsArchive(" | ");
    ?>
					</div>
				</div> <!-- wrapnav -->

				<!-- Random Image -->
				<?php 
    printHeadingImage(getRandomImages(getThemeOption('effervescence_daily_album_image')));
    ?>
			</div> <!-- header -->

			<!-- Wrap Main Body -->
			<div id="content">

				<small>&nbsp;</small>
				<div id="main2">
コード例 #3
0
ファイル: news.php プロジェクト: Imagenomad/Unsupported
					<div id="post">
						<?php 
    if ($_zp_current_category) {
        ?>
						<h1><?php 
        printCurrentNewsCategory('');
        ?>
</h1>
						<?php 
    }
    ?>
						<?php 
    if (getCurrentNewsArchive()) {
        ?>
						<h1><?php 
        printCurrentNewsArchive();
        ?>
</h1>
						<?php 
    }
    ?>
						<?php 
    if (strlen(getNewsCategoryDesc()) > 0) {
        ?>
						<div><?php 
        echo getNewsCategoryDesc();
        ?>
</div><br />
						<?php 
    }
    ?>
コード例 #4
0
ファイル: news.php プロジェクト: hatone/zenphoto-1.4.1.4
	<div id="breadcrumb">
	<h2><a href="<?php 
echo getGalleryIndexURL(false);
?>
"><?php 
echo gettext("Index");
?>
</a> <?php 
printNewsIndexURL(gettext('News'), ' &raquo; ');
?>
<strong><?php 
printZenpageItemsBreadcrumb(' &raquo; ', '');
printCurrentNewsCategory(" &raquo; ");
printNewsTitle(" &raquo; ");
printCurrentNewsArchive(" &raquo; ");
?>
</strong>
	</h2>
	</div>

<div id="content-left">


<?php 
// single news article
if (is_NewsArticle()) {
    ?>
  <?php 
    if (getPrevNewsURL()) {
        ?>