Exemplo n.º 1
0
</div>
<?php 
    }
}
?>

<body>

<div class="full-stack">

<?php 
include 'inc/header.php';
include 'inc/project_navbar.php';
include 'inc/project_alert_banner.php';
$db = Loader::db();
$recent_news = ProjectInfo::getRecentNews($project_id);
$nr_news = count($recent_news);
$hot_discussions = ProjectInfo::getHotDiscussions($project_id);
$nr_discussions = count($hot_discussions);
$must_documents = ProjectInfo::getMustDocuments($project_id);
$nr_must_documents = count($nr_must_documents);
$latest_documents = ProjectInfo::getLatestDocuments($project_id);
$nr_latest_documents = count($latest_documents);
?>
	<section class="big-banner big-banner-<?php 
echo $page_style;
?>
" lang="<?php 
echo $doc_lang;
?>
">