Пример #1
0
<?php

if (!isset($titre)) {
    $titre = null;
}
if (!isset($moreLink)) {
    $moreLink = null;
}
if (!isset($content)) {
    $content = null;
}
$titre = \Core\CString::pick($titre, "");
$moreLink = \Core\CString::pick($moreLink, "");
$content = \Core\CString::pick($content, "");
//$faker = Faker\Factory::create(NormalizedLocale());
?>
<!DOCTYPE HTML>
<html>
	<head>
		<title>.:: nOn0n ::.</title>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
        <?php 
//Bootstrap
echo \Core\View::includeResources("resources/core/bootstrap/bootstrap-3.3.5/css/bootstrap.min.css");
// FA
echo \Core\View::includeResources("resources/core/font-awesome-4.4.0/css/font-awesome.min.css");
echo \Core\View::includeResources("resources/user/demo/demo.css");
?>
	</head>
    <body>