blob: d08f4440890cc45ecd48ee1d17c1ff954af1bdc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
// ****************************************************************************
// Description: Titre des pages
// ****************************************************************************
$title = [
"index" => "AlphaJob - Index",
"login" => "AlphaJob - Login Page",
"message" => "AlphaJob - Message",
"mission" => "AlphaJob - Register a mission",
"myMission" => "AlphaJob - My missions",
"register" => "AlphaJob - Register an user",
"userInfo" => "AlphaJob - My user information",
"admin" => "AlphaJob - Administration of alphajob"
];
?>
|