-
Notifications
You must be signed in to change notification settings - Fork 0
/
partenaires.php
59 lines (49 loc) · 2.26 KB
/
partenaires.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?
include ('common/session.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Partenaires - <? echo $titrepage; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" />
<link href="common/common.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="common/common-ie6.css" /><![endif]-->
<link href="common/aide.css" rel="stylesheet" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="icons-pack/<? echo $iconspack; ?>/oss.png" />
<script language="JavaScript" type="text/javascript">
window.onload = function() {
initHeader();
}
</script>
</head>
<body>
<? include 'common/header.php'; ?>
<? $page='partenaires'; $admin="non"; include 'common/gauche.php'; ?>
<div id="corps">
<? include 'common/nav.php'; ?>
<div id="content">
<? // ************************************************************************************************************* ?>
<img style="float: right;" src="icones/64/help.png" />
<h1 class='nom'>Partenaires</h3>
<p class="short_desc">Pleins de liens ... Yes !</p>
<h3 class="titre">Échanges de liens</h3><hr />
<ul>
<li><b><a href="http://mhm.fr.nf/">Mcc HTML Mapper</a></b> - Un logiciel de création de maps HTML.</li>
<li><b><a href="http://garfieldairlines.net/">Garfieldairlines</a></b> - Le site d'un chat ... déjanté.</li>
<li style="color: #C8BBA9;"><b>Vous ?</b> - Nous contacter pour faire un échange de lien</li>
</ul>
<h3 class="titre">Soutiens</h3><hr />
<ul>
<li><b><a href="http://leobaillard.org/">Léobaillard</a></b> - Un superbe hébergeur !</li>
<li style="color: #C8BBA9;"><b>Vous ?</b> - Vous avez besoin d'un coup de pouce ? Contactez-nous.</li>
</ul>
<h3 class="titre">À voir :</h3><hr />
<ul>
<li><b><a href="http://www.framasoft.net">FramaSoft</a></b> - Un site très proche de <? echo $titrepage; ?>. À voir !</li>
</ul>
<? // ************************************************************************************************************* ?>
</div>
</div>
<? include 'common/bottom.php'; ?>
</body>
</html>