2014-11-12 22:01:48 +01:00
|
|
|
<?php include(dirname(__FILE__).'/header.php'); ?>
|
|
|
|
|
2015-08-17 21:12:54 +02:00
|
|
|
<main class="main grid" role="main">
|
2014-11-12 22:01:48 +01:00
|
|
|
|
2015-08-17 21:12:54 +02:00
|
|
|
<section class="col sml-12 med-8">
|
2014-11-12 22:01:48 +01:00
|
|
|
|
2015-08-17 21:12:54 +02:00
|
|
|
<article class="article" role="article">
|
2014-11-12 22:01:48 +01:00
|
|
|
|
|
|
|
<header>
|
|
|
|
<h1>
|
|
|
|
<?php $plxShow->lang('ERROR'); ?>
|
|
|
|
</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<p>
|
|
|
|
<?php $plxShow->erreurMessage(); ?>
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</article>
|
|
|
|
|
2015-08-17 21:12:54 +02:00
|
|
|
</section>
|
2014-11-12 22:01:48 +01:00
|
|
|
|
|
|
|
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
|
|
|
|
|
2015-08-17 21:12:54 +02:00
|
|
|
</main>
|
2014-11-12 22:01:48 +01:00
|
|
|
|
|
|
|
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
2015-08-17 21:12:54 +02:00
|
|
|
|