mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
30 lines
530 B
PHP
30 lines
530 B
PHP
<?php include(dirname(__FILE__).'/header.php'); ?>
|
|
|
|
<main class="main grid" role="main">
|
|
|
|
<section class="col sml-12 med-8">
|
|
|
|
<article class="article" role="article">
|
|
|
|
<header>
|
|
<h1>
|
|
<?php $plxShow->lang('ERROR'); ?>
|
|
</h1>
|
|
</header>
|
|
|
|
<section>
|
|
<p>
|
|
<?php $plxShow->erreurMessage(); ?>
|
|
</p>
|
|
</section>
|
|
|
|
</article>
|
|
|
|
</section>
|
|
|
|
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
|
|
|
|
</main>
|
|
|
|
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
|
|