blob: da773d627b7dac21c4bcb0909360c95716a9a4bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
// ############################################################################
// # #
// # Description: Titre des pages #
// # #
// ############################################################################
$title = [
"index" => "AlphaJob - Index",
"login" => "AlphaJob - Sign-in",
"message" => "AlphaJob - Message",
"mission" => "AlphaJob - Manage a mission",
"myMission" => "AlphaJob - My missions",
"register" => "AlphaJob - Sign-up",
"userInfo" => "AlphaJob - My user informations",
"admin" => "AlphaJob - Administration"
];
?>
|