Ejemplo n.º 1
0
		<header>
			<div class="breadcrumb">
<?php 
if (!isset($mainPage)) {
    ?>
				<span class="category-name"><?php 
    _p(Examples::GetCategoryId() + 1 . '. ' . Examples::$Categories[Examples::GetCategoryId()]['name'], false);
    ?>
</span> / 
<?php 
}
?>
				<strong class="page-name"><?php 
_p(Examples::PageName(), false);
?>
</strong>
			</div>
			
<?php 
if (!isset($mainPage)) {
    ?>
			<nav class="page-links"><?php 
    _p(Examples::PageLinks(), false);
    ?>
</nav>
<?php 
}
?>
			
		</header>
		<section id="content">