Ejemplo n.º 1
0
<?php 
} else {
    ?>
	<div class="v-seperator">
	</div>
<?php 
}
?>

	<article class="formal-content" lang="<?php 
echo $doc_lang;
?>
">

<?php 
$must_chapters = ProjectInfo::getRequiredChapters($project_id, $domain_handle, $volume_handle);
if (count($must_chapters) > 0) {
    ?>
		<header>
			<h1>
				<?php 
    echo t('Docs for Newbies');
    ?>
			</h1>
		</header>

		<section class="container-fluid">
			<nav class="block-menu">
				<ul>
<?php 
    foreach ($must_chapters as $cpt) {