Browse code

Initial commit

Benjamin Roth authored on31/05/2016 12:14:26
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] = 'Pagelist';
15
+$GLOBALS['TL_LANG']['FMD']['pagelist'][1] = 'Generates a link list of subpages.';
0 16
\ No newline at end of file