commit: 823b3559f88624ac3b6e9fb64aa87aee56e1407b
parent d761273a718ad36e2fa90971b0a3f10a94e32b5a
Author: lanodan <lanodan.delta@free.fr>
Date: Tue, 22 Jul 2014 01:34:37 +0200
Indent
Diffstat:
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/about.php b/about.php
@@ -1,6 +1,4 @@
-<?php
- require_once 'lang/lang.php';
-?>
+<?php require_once 'lang/lang.php';?>
<!DOCTYPE html>
<html>
<head>
@@ -11,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="css/footer.css">
</head>
<body>
- <?php include 'navbar.php'; ?>
+<?php include_once 'navbar.php'; ?>
<section>
<h1><?=$locale['about']?></h1>
<p>Haelwenn MONNIER, <?=date_diff(date_create('1998-04-02'), date_create('today'))->y?>
@@ -97,6 +95,6 @@
<?php } ?>
</ul>
</section>
- <?php include 'footer.php';?>
+<?php include 'footer.php';?>
</body>
</html>