1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00
emailpoubelle_ynh/conf/index_source.php

36 lines
1.6 KiB
PHP
Raw Normal View History

2018-11-22 22:09:52 +01:00
<!DOCTYPE html>
<html lang="fr">
<head>
2022-06-08 03:24:51 +02:00
<title>emailPoubelle - __DOMAIN__</title>
2018-11-22 22:09:52 +01:00
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="robots" content="index,follow,noarchive">
2022-06-10 20:52:48 +02:00
<link rel="stylesheet" href="__PATH__/template-exemple/style.css">
<!--[if IE]><script src="__PATH__/template-exemple/html5-ie.js"></script><![endif]-->
2018-11-22 22:09:52 +01:00
</head>
<body>
<!--[if lte IE 6]>
<div class="alert-ie6" style="padding: 1em; background: #900; font-size: 1.1em; color: #fff;">
<p><strong>Attention ! </strong> Votre navigateur (Internet Explorer 6 ou 7) présente de sérieuses lacunes en terme de sécurité et de performances, dues à son obsolescence (il date de 2001).<br />En conséquence, ce site sera consultable mais de manière moins optimale qu'avec un navigateur récent (<a href="http://www.browserforthebetter.com/download.html" style="color: #fff;">Internet Explorer 8</a>, <a href="http://www.mozilla-europe.org/fr/firefox/" style="color: #fff;">Firefox 3</a>, <a href="http://www.google.com/chrome?hl=fr" style="color: #fff;">Chrome</a>, <a href="http://www.apple.com/fr/safari/download/" style="color: #fff;">Safari</a>,...)</p>
</div>
<![endif]-->
<div id="a">
<header>
2022-06-10 20:52:48 +02:00
<a href="__PATH__/" title="Startseite"><strong>EmailPoubelle</strong> </a>
2018-11-22 22:09:52 +01:00
</header>
<div id="b">
2018-11-24 18:00:27 +01:00
<article style="float:left">
2018-11-22 22:09:52 +01:00
<?php
// Intégration dans votre site :
if (file_exists('../conf.php')) {
include('../conf.php');
} else {
include('../conf-dist.php');
}
2018-11-24 18:00:27 +01:00
include('../emailPoubelle.php');
2018-11-24 18:24:48 +01:00
include('../emailPoubelleAdmin.php');
2018-11-22 22:09:52 +01:00
?>
</div>
</div>
</html>