Esempio n. 1
0
echo gettext('Gallery archive');
?>
</h3>
						<?php 
printAllDates();
?>
						<hr />
						<?php 
if (extensionEnabled('zenpage') && getNumNews(true)) {
    ?>
							<h3><?php 
    echo gettext('News archive');
    ?>
</h3>
							<?php 
    printNewsArchive("archive");
    ?>
							<hr />
							<?php 
}
?>

						<h3><?php 
echo gettext('Popular Tags');
?>
</h3>
						<div id="tag_cloud">
							<?php 
printAllTagsAs('cloud', 'tags');
?>
						</div>
Esempio n. 2
0
						<h4><?php 
echo gettext('Gallery archive');
?>
</h4>
						<?php 
printAllDates('archive', 'year', 'month', 'desc');
?>
					</td>
					<?php 
if ($_zenpage_enabled) {
    ?>
					<td id="newsarchive">
						<h4><?php 
    echo gettext('News archive');
    ?>
</h4>
						<?php 
    printNewsArchive('archive', 'year', 'month', 'archive-active', false, 'desc');
    ?>
					</td>
					<?php 
}
?>
				</tr>
			</table>
		</div>

	</div>

<?php 
include 'inc_footer.php';
Esempio n. 3
0
echo gettext('Gallery Archive');
?>
</h3>
					<?php 
printAllDates('archive-list', 'year', 'month', 'desc');
?>
				</div>
				<?php 
if ($zenpage && $zpmas_usenews) {
    ?>
				<div id="news-archive" class="box col16">
					<h3><?php 
    echo gettext('News Archive');
    ?>
</h3>
					<?php 
    printNewsArchive();
    ?>
				</div>
				<?php 
}
?>
			</div>	
		</div>

<?php 
include "inc-footer.php";
?>
	
			
Esempio n. 4
0
}
?>
				</thead>
				<tbody>
					<tr>
						<td>
							<?php 
printAllDates('unstyled', 'year', 'nav nav-pills', 'desc');
?>
						</td>
						<?php 
if ($_zenpage_enabled) {
    ?>
						<td id="newsarchives">
							<?php 
    printNewsArchive('unstyled', 'year', 'nav nav-pills', null, false, 'desc');
    ?>
						</td>
						<?php 
}
?>
					</tr>
				</tbody>
			</table>

			<?php 
if (getOption('zpB_show_tags')) {
    ?>
			<table id="tags" class="table">
				<thead>
					<th><h4 class="center"><?php 
Esempio n. 5
0
			<?php 
} else {
    // news article loop
    ?>
		
			<div id="post">
				<div class="extra-content">
					<?php 
    printAllNewsCategories(gettext('All News'), true, 'news-cat-list', 'news-cat-active');
    ?>
					<h4><?php 
    echo gettext('News archive');
    ?>
</h4>
					<?php 
    printNewsArchive('archive-menu', 'year', 'month', 'active-selected');
    ?>
				</div>	
				<?php 
    if (strlen(getNewsCategoryDesc()) > 0) {
        ?>
				<div><?php 
        echo getNewsCategoryDesc();
        ?>
</div><br />
				<?php 
    }
    ?>
				<?php 
    while (next_news()) {
        ?>
Esempio n. 6
0
?>
					
					<?php 
if ($zenpage && ZP_NEWS_ENABLED) {
    ?>
					<?php 
    if (getNumNews(true) > 0 && getOption('libratus_date_news')) {
        ?>
					<div class="block archive">	
						<h5><?php 
        echo gettext('News Archive');
        ?>
</h5>
						<div class="archive-cols">
							<?php 
        printNewsArchive('archive', 'year', 'month');
        ?>
						</div>
					</div>
					<?php 
    }
}
?>
					
					<div class="block archive">	
						<h5><?php 
echo gettext('Tags');
?>
</h5>
						<div class="archive-cols">
							<?php