blob: c4fbecaea2b6bf1d588b29ef22a64bd42f1ce270 (
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 - Login",
"message" => "AlphaJob - Message",
"mission" => "AlphaJob - Manage a mission",
"myMission" => "AlphaJob - My missions",
"register" => "AlphaJob - Register",
"userInfo" => "AlphaJob - My user informations",
"admin" => "AlphaJob - Administration"
];
?>
|