Browse code

Fix permissions

Benjamin Roth authored on09/05/2025 10:13:08
Showing1 changed files
... ...
@@ -12,3 +12,5 @@
12 12
  * Misc
13 13
  */
14 14
 $GLOBALS['TL_LANG']['MSC']['gotoPage'] = 'Open page "%s"';
15
+$GLOBALS['TL_LANG']['MSC']['edit'] = 'Edit';
16
+
Browse code

Add dcas

Benjamin Roth authored on17/07/2023 12:21:01
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+<?php
2
+
3
+/**
4
+ * Pagelist for Contao
5
+ *
6
+ * Copyright (c) 2015 Benjamin Roth
7
+ *
8
+ * @license LGPL-3.0+
9
+ */
10
+
11
+/**
12
+ * Misc
13
+ */
14
+$GLOBALS['TL_LANG']['MSC']['gotoPage'] = 'Open page &quot;%s&quot;';