summaryrefslogtreecommitdiff
path: root/Views/Includes/en/title.php
blob: 3655a7abd0a5a5491065b1536178c7a4794bec85 (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",
    "delete"    => "AlphaJob - Delete an user"
];
?>