mirror of
https://github.com/pierre42100/comunic
synced 2025-07-01 14:23:32 +00:00
First commit
This commit is contained in:
23
inc/pages/settings/error.inc.php
Normal file
23
inc/pages/settings/error.inc.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Settings page not found
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
if(!isset($_SESSION))
|
||||
exit("Invalid call !");
|
||||
|
||||
//This message should appear only when an error occur.
|
||||
?><table align='center'>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo code_inc_img(path_img_asset('erreur.png')); ?>
|
||||
</td>
|
||||
<td>
|
||||
<p><b>Erreur :</b> La rubrique demandée n'a pas été trouvée ou n'existe pas</p>
|
||||
<p>Pour résoudre le problème, retournez à la page précédente et actualisez-la.</p>
|
||||
<p>N'hésitez pas à nous <a href='<?php echo siteURL(); ?>contact.php'>contacter</a> pour de plus amples informations.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table><?php
|
Reference in New Issue
Block a user