mirror of
https://github.com/jlengrand/pluxml_theme_darkFuture.git
synced 2026-03-10 08:41:20 +00:00
18 lines
343 B
PHP
18 lines
343 B
PHP
<?php include(dirname(__FILE__).'/header.php'); ?>
|
|
|
|
<div id="section">
|
|
|
|
<div id="article">
|
|
|
|
<h2><?php $plxShow->lang('ERROR') ?> :</h2>
|
|
<div class="error-content"><?php $plxShow->erreurMessage(); ?></div>
|
|
|
|
</div>
|
|
|
|
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
|
|
|
|
</div>
|
|
|
|
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
|
|