Browse code

Fix error in translations

Benjamin Roth authored on12/12/2019 10:44:53
Showing1 changed files
... ...
@@ -11,5 +11,5 @@
11 11
 /**
12 12
  * Miscellaneous
13 13
  */
14
-$GLOBALS['TL_LANG']['MSC']['cookieconsent_settings'] = array('Cookie-Einwilligung Einstellungen');
14
+$GLOBALS['TL_LANG']['MSC']['cookieconsent_settings'] = 'Cookie-Einwilligung Einstellungen';
15 15
 
Browse code

Add inserttags for opening settings

Benjamin Roth authored on12/12/2019 10:41:50
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+<?php
2
+
3
+/*
4
+* This file is part of eSales Media cookieconsent module
5
+*
6
+* (c) Benjamin Roth
7
+*
8
+* @license https://www.gnu.org/licenses/gpl-3.0.html GPL
9
+*/
10
+
11
+/**
12
+ * Miscellaneous
13
+ */
14
+$GLOBALS['TL_LANG']['MSC']['cookieconsent_settings'] = array('Cookie-Einwilligung Einstellungen');
15
+