Subversion Repositories eFlore/Applications.cel

Rev

Rev 2425 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2425 Rev 2498
Line -... Line 1...
-
 
1
<?php 
-
 
2
	if (!isset($_GET['mission'])) {
-
 
3
		$projets = explode(',', $_GET['projet']);
-
 
4
		if(count($projets) > 1) {
-
 
5
			$_GET['mission'] = $projets[1];
-
 
6
		}
-
 
7
	}
-
 
8
?>
1
<?php $mission = isset($_GET['mission']) ? strtolower($_GET['mission']) : null; ?>
9
<?php $mission = isset($_GET['mission']) ? strtolower($_GET['mission']) : null; ?>
2
<?php $missionTitre = isset($_GET['mission']) ? ucwords($_GET['mission']) : 'Inconnue'; ?>
10
<?php $missionTitre = isset($_GET['mission']) ? ucwords($_GET['mission']) : 'Inconnue'; ?>
3
<!DOCTYPE html>
11
<!DOCTYPE html>
4
<html lang="fr">
12
<html lang="fr">
5
	<head>
13
	<head>