Esempio n. 1
0
<?php

include "langVars.php";
theme_include('header');
switch (page_slug()) {
    case 'blog':
        echo page_content();
        displayBlogPostsPreview();
        break;
    case 'dossier':
        echo page_content();
        displayDossierSummary(false, $dossierbigtitle, $masculintitle, $feminintitle);
        break;
    case 'publication':
        echo page_content();
        theme_include("publication");
        break;
}
theme_include('mapContact');
theme_include('footer');
Esempio n. 2
0
"></script>

	<!--[if lt IE 9]>
		<link rel="stylesheet" href="<?php 
echo theme_url('css/ie.css');
?>
" type="text/css">
		<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
		<script type="text/javascript" src="<?php 
echo theme_url('js/selectivizr.js');
?>
"></script>
	<![endif]-->
</head>
<body class="<?php 
echo page_slug();
echo is_single() ? ' single' : ' multiple';
if (!page_title(false)) {
    echo ' notfound';
}
echo is_post() ? " post" : "";
?>
">
	<div class="body">
	<!--[if lt IE 9]>
		<div class="iemessage">
			You are using an outdated browser. I recommend you upgrade
			to <a href="http://chrome.google.com">Google Chrome</a>.
		</div>
	<![endif]-->
	<nav>