summaryrefslogtreecommitdiff
path: root/Template/Include/en/title.php
diff options
context:
space:
mode:
Diffstat (limited to 'Template/Include/en/title.php')
-rw-r--r--Template/Include/en/title.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/Template/Include/en/title.php b/Template/Include/en/title.php
new file mode 100644
index 0000000..c4fbeca
--- /dev/null
+++ b/Template/Include/en/title.php
@@ -0,0 +1,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"
+];
+
+?> \ No newline at end of file