diff options
Diffstat (limited to 'Views/Includes/en/title.php')
| -rw-r--r-- | Views/Includes/en/title.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Views/Includes/en/title.php b/Views/Includes/en/title.php new file mode 100644 index 0000000..3655a7a --- /dev/null +++ b/Views/Includes/en/title.php @@ -0,0 +1,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" +]; +?>
\ No newline at end of file |
