This repository has been archived on 2021-03-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
pluxml-colors/themes/Colors/erreur.php
2016-01-24 09:22:18 +01:00

22 lines
No EOL
546 B
PHP
Executable file

<?php include(dirname(__FILE__).'/header.php'); ?>
<article class="bloc-8">
<div class="blog erreur">
<h3 CLASS="red"><?php $plxShow->lang('ERROR'); ?></h3>
<p>
<?php $plxShow->erreurMessage(); ?>
</p>
<h3 class="erreur_404">404</h3>
</div>
</article>
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
</div>
<?php include(dirname(__FILE__).'/footer.php'); ?>