-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfr.php
35 lines (31 loc) · 822 Bytes
/
fr.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
<?php
$assets_path = 'assets';
$HomePath = '#';
$ContactPath = 'contact/?animation=forcenone';
?>
<!DOCTYPE html>
<html>
<head>
<title>Zbot - Une création de Z_runner</title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="cssFr.css"/>
<?php require 'translations/HeadFr.php'; ?>
</head>
<body>
<header>
<?php require 'translations/HeaderFr.php'; ?>
</header>
<div id="FirstAnnounce">
<?php include 'translations/FirstAnnounceFr.php'; ?>
</div>
<div id="SecondAnnounce">
<?php include 'translations/SecondAnnounceFr.php'; ?>
</div>
<div id="Invite">
<a href="invite/" target="_blank"><img src="<?php echo $assets_path; ?>/invitebutton.png"/></a>
</div>
<footer>
<?php require 'translations/FooterFr.php'; ?>
</footer>
</body>
</html>