blob: 49285a23be65f95d29f786f7c1a2caa3c6800adb (
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 - Connection",
"message" => "AlphaJob - Message",
"mission" => "AlphaJob - Gestion d'une mission",
"myMission" => "AlphaJob - Mes missions",
"register" => "AlphaJob - Inscription",
"userInfo" => "AlphaJob - Mes informations",
"admin" => "AlphaJob - Administration"
];
?>
|