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,17 @@
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
+ * Fields
13
+ */
14
+$GLOBALS['TL_LANG']['tl_module']['showTeaserImg'][0] = 'Teaserbild anzeigen';
15
+$GLOBALS['TL_LANG']['tl_module']['showTeaserImg'][1] = 'Gibt auch das Teaserbild aus, falls vorhanden.';
16
+$GLOBALS['TL_LANG']['tl_module']['eSM_pagelist_template'][0] = 'Listen-Template';
17
+$GLOBALS['TL_LANG']['tl_module']['eSM_pagelist_template'][1] = 'Hier können Sie das Listen-Template überschreiben.';