Exemple #1
0
echo $bigtree["page"]["nav_title"];
?>
</h1>
		<p><?php 
echo $site_subtitle;
?>
</p>
	</div>
	<?php 
if ($cover_attribution && $cover_link) {
    ?>
	<a href="<?php 
    echo $cover_link;
    ?>
" class="attribution"<?php 
    echo targetBlank($cover_link);
    ?>
>Photo By <?php 
    echo $cover_attribution;
    ?>
</a>
	<?php 
}
?>
</header>
<div class="page home">
	<div class="row">
		<div class="mobile-full tablet-4 tablet-push-1 desktop-6 desktop-push-3">
			<blockquote>
				<p><?php 
echo $quote["quote"];
Exemple #2
0
echo $tree["title"];
?>
</h1>
		<p><?php 
echo $tree["subtitle"];
?>
</p>
	</div>
	<?php 
if ($tree["cover_attribution"] && $tree["cover_link"]) {
    ?>
	<a href="<?php 
    echo $tree["cover_link"];
    ?>
" class="attribution"<?php 
    echo targetBlank($tree["cover_link"]);
    ?>
>Photo By <?php 
    echo $tree["cover_attribution"];
    ?>
</a>
	<?php 
}
?>
</header>
<div class="page">
	<div class="row">
		<div class="mobile-full tablet-4 tablet-push-1 desktop-6 desktop-push-3 content">
			<?php 
echo $tree["content"];
?>
Exemple #3
0
				</div>
				<?php 
}
?>
				<div class="social">
					<?php 
foreach ($social_nav as $navItem) {
    ?>
					<a href="<?php 
    echo $navItem["link"];
    ?>
" class="<?php 
    echo $navItem["class"];
    ?>
"<?php 
    echo targetBlank($navItem["link"]);
    ?>
><?php 
    echo $navItem["title"];
    ?>
</a>
					<?php 
}
?>
				</div>
				<div class="colophon">
					<?php 
echo $cms->getSetting("colophon");
?>
				</div>
			</nav>