Menu

[r58]: / about_car_pooling.php  Maximize  Restore  History

Download this file

45 lines (42 with data), 1.1 kB

 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
<?php
if (isset($_COOKIE['language'])) {
$lang=$_COOKIE['language'];
include_once ("./lang/${lang}");
} else {
include_once ("./lang/i18n_en.php");
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<title>
<?php echo $title; ?>
</title>
<link rel="stylesheet" type="text/css" href="./include/cp.css">
</head>
<body>
<div id="container">
<div id="container2">
<div id="header">
<?php include ("./header.html") ?>
</div>
<div id="navigation">
<?php include ("./menu.php"); ?>
</div>
<div id="extra">
<?php include ("./lang.html"); ?>
</div>
<div id="content">
<img align="right" src="images/Holland_Carpool_Park.svg.png" width="200" height="300" alt="Holland_Carpool_Park.svg"/>
<?php
echo '<h1 class="title">' . $title_about . '</h1><br>';
echo $description_about;
?>
</div>
<div id="footer">
<?php include ("./footer.php"); ?>
</div>
</div>
</div>
</body>
</html>
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →