Browse code

Update

Benjamin Roth authored on26/07/2023 21:23:35
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,15 +0,0 @@
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
- * Frontend modules
13
- */
14
-$GLOBALS['TL_LANG']['FMD']['pagelist'][0] = 'Seitenliste';
15
-$GLOBALS['TL_LANG']['FMD']['pagelist'][1] = 'Erzeugt eine Linkliste mit Unterseiten.';
16 0
\ No newline at end of file
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,15 @@
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
+ * Frontend modules
13
+ */
14
+$GLOBALS['TL_LANG']['FMD']['pagelist'][0] = 'Seitenliste';
15
+$GLOBALS['TL_LANG']['FMD']['pagelist'][1] = 'Erzeugt eine Linkliste mit Unterseiten.';
0 16
\ No newline at end of file