summaryrefslogtreecommitdiff
path: root/Template/Include/en/title.php
diff options
context:
space:
mode:
authorDebulois <quentin@debulois.fr>2022-04-04 22:58:43 +0200
committerDebulois <quentin@debulois.fr>2022-04-04 22:58:43 +0200
commit5582d242d03692a7e1b2c631e1b4ff3f52e8b72c (patch)
treec1e0242053a46d7b4145111a78a3e86e3cfd2f0d /Template/Include/en/title.php
parentb637d625216e50602d0bde8a544c281ca00af5fa (diff)
Révision complète du css et modification du js principalement
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