Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2497 → Rev 2498

/trunk/widget/modules/saisie/squelettes/missions-flore/missions-flore.tpl.html
1,3 → 1,11
<?php
if (!isset($_GET['mission'])) {
$projets = explode(',', $_GET['projet']);
if(count($projets) > 1) {
$_GET['mission'] = $projets[1];
}
}
?>
<?php $mission = isset($_GET['mission']) ? strtolower($_GET['mission']) : null; ?>
<?php $missionTitre = isset($_GET['mission']) ? ucwords($_GET['mission']) : 'Inconnue'; ?>
<!DOCTYPE html>