Example #1
0
echo gettext('Home');
?>
"><?php 
echo gettext('Home');
?>
</a> &raquo; <a href="<?php 
echo getCustomPageURL('gallery');
?>
" title="<?php 
echo gettext('Gallery Index');
?>
"><?php 
echo gettext('Gallery Index');
?>
</a> &raquo; <?php 
printZenpageItemsBreadcrumb("", " » ");
printPageTitle();
?>
</h2>
				</div>
			</div> <!-- close #header -->
			<div id="content">
				<div id="main"<?php 
if ($zpmin_switch) {
    echo ' class="switch"';
}
?>
>
					<div id="post">
						<h1><?php 
printPageTitle();
Example #2
0
    printGalleryTitle();
    ?>
</h1>
					<?php 
    if (getOption('Allow_search')) {
        printSearchForm("", "search", "", gettext("Search gallery"));
    }
    ?>
				</div>

				<div id="content">
					<div id="breadcrumb">
						<h2><?php 
    printGalleryIndexURL('');
    if (!isset($ishomepage)) {
        printZenpageItemsBreadcrumb(" » ", "");
    }
    ?>
<strong><?php 
    if (!isset($ishomepage)) {
        printPageTitle(" » ");
    }
    ?>
</strong>
						</h2>
					</div>
					<div id="content-left">
						<h2><?php 
    printPageTitle();
    ?>
</h2>
Example #3
0
    printLogo();
    ?>
					</div>
				</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">
/**
 * @deprecated
 */
function printParentPagesBreadcrumb($before = '', $after = '')
{
    deprecated_function_notify(gettext('Use printZenpageItemsBreadcrumb().'));
    printZenpageItemsBreadcrumb($before, $after);
}
Example #5
0
}
?>
		</div>

<div id="content">

	<div id="breadcrumb">
	<h2><a href="<?php 
echo getGalleryIndexURL(false);
?>
"><?php 
echo gettext("Index");
?>
</a><?php 
if (!isset($ishomepage)) {
    printZenpageItemsBreadcrumb(" &raquo; ", "");
}
?>
<strong><?php 
if (!isset($ishomepage)) {
    printPageTitle(" &raquo; ");
}
?>
</strong>
	</h2>
	</div>
<div id="content-left">
<h2><?php 
printPageTitle();
?>
</h2>
Example #6
0
		<div class="bar">
			<div class="inner">
				<?php 
    echo $quickmenu;
    ?>
				<div class="pad" id="breadcrumb">
					<a href="<?php 
    echo getGalleryIndexURL();
    ?>
"><i class="fa fa-home"></i>&nbsp;<?php 
    printGalleryTitle();
    ?>
</a>&nbsp;/
					<?php 
    printZenpageItemsBreadcrumb('', ' / ');
    ?>
					<?php 
    printPageTitle();
    ?>
				</div>
			</div>
		</div>
			
		<div id="main" class="wrap clearfix">
			<div class="inner">
				<div class="page pad">
					<?php 
    printPageContent();
    ?>
					<?php 
Example #7
0
		</div>

<div id="content">

	<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()) {
    ?>
Example #8
0
<?php

include "inc-header.php";
?>
	<div class="wrapper contrast top">
		<div class="container">	
			<div class="sixteen columns">
				<?php 
include "inc-search.php";
?>
				<h5><?php 
printZenpageItemsBreadcrumb(null, ' » ');
?>
				<h1><?php 
printPageTitle();
?>
</h1>
			</div>
		</div>
	</div>
	
	<div class="wrapper">
		<div class="container">
			<div class="ten columns">
				<?php 
printPageContent();
printCodeblock();
$singletag = getTags();
$tagstring = implode(', ', $singletag);
if (strlen($tagstring) > 0) {
    ?>