... | ... |
@@ -17,5 +17,5 @@ |
17 | 17 |
* Miscellaneous |
18 | 18 |
*/ |
19 | 19 |
$GLOBALS['TL_LANG']['MSC']['esm_cookiepolicy']['title'] = 'Cookies on this page'; |
20 |
-$GLOBALS['TL_LANG']['MSC']['esm_cookiepolicy']['text'] = 'This website is using cookies according to our <a href="%s" target="_blank">Privacy Policy</a>. By using this site and accessing provided informations, you accept the usage of cookies.'; |
|
20 |
+$GLOBALS['TL_LANG']['MSC']['esm_cookiepolicy']['text'] = 'This website is using cookies according to our <a href="%%url%%" target="_blank">Privacy Policy</a>. By using this site and accessing provided informations, you accept the usage of cookies.'; |
|
21 | 21 |
$GLOBALS['TL_LANG']['MSC']['esm_cookiepolicy']['btn_confirm'] = 'Close notification'; |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,21 @@ |
1 |
+<?php |
|
2 |
+ |
|
3 |
+/** |
|
4 |
+ * eSales Media Cookie Policy |
|
5 |
+ * |
|
6 |
+ * Copyright (C) 2013-2015 eSalesMedia |
|
7 |
+ * |
|
8 |
+ * @package eSM_cookiepolicy |
|
9 |
+ * @link http://www.esales-media.de |
|
10 |
+ * @license commercial |
|
11 |
+ * |
|
12 |
+ * @author Benjamin Roth <benjamin@esales-media.de> |
|
13 |
+ */ |
|
14 |
+ |
|
15 |
+ |
|
16 |
+/** |
|
17 |
+ * Miscellaneous |
|
18 |
+ */ |
|
19 |
+$GLOBALS['TL_LANG']['MSC']['esm_cookiepolicy']['title'] = 'Cookies on this page'; |
|
20 |
+$GLOBALS['TL_LANG']['MSC']['esm_cookiepolicy']['text'] = 'This website is using cookies according to our <a href="%s" target="_blank">Privacy Policy</a>. By using this site and accessing provided informations, you accept the usage of cookies.'; |
|
21 |
+$GLOBALS['TL_LANG']['MSC']['esm_cookiepolicy']['btn_confirm'] = 'Close notification'; |