Browse code

Add token for firstname and lastname of member

Benjamin Roth authored on22/06/2017 11:28:32
Showing1 changed files
... ...
@@ -9,6 +9,8 @@
9 9
  */
10 10
 
11 11
 $GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['news_submitted']['member_email'] = 'E-Mail-Adresse des Mitglieds.';
12
+$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['news_submitted']['member_firstname'] = 'Vorname des Mitglieds.';
13
+$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['news_submitted']['member_lastname'] = 'Nachname des Mitglieds.';
12 14
 $GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['news_submitted']['news_topics'] = 'Alle Titel von neuen News.';
13 15
 $GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['news_submitted']['news_topics_html'] = 'Alle Titel von neuen News (HTML).';
14 16
 
Browse code

Initial commit

Benjamin Roth authored on15/07/2016 13:35:34
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+<?php
2
+/**
3
+ * News notification extension for Contao
4
+ *
5
+ * Copyright (c) 2016 Benjamin Roth
6
+ *
7
+ * @link    http://www.esales-media.de
8
+ * @license commercial
9
+ */
10
+
11
+$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['news_submitted']['member_email'] = 'E-Mail-Adresse des Mitglieds.';
12
+$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['news_submitted']['news_topics'] = 'Alle Titel von neuen News.';
13
+$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['news_submitted']['news_topics_html'] = 'Alle Titel von neuen News (HTML).';
14
+