Browse code

Add device showcase module

Benjamin Roth authored on05/01/2016 15:52:24
Showing1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
 /**
14 14
  * Headings
15 15
  */
16
-$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_text'] = 'Besonderheiten';
16
+$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_text'] = 'Projektinfo';
17 17
 $GLOBALS['TL_LANG']['ESM_CLIENTS']['project_link'] = 'Projekt ansehen';
18 18
 $GLOBALS['TL_LANG']['ESM_CLIENTS']['project_services'] = 'Unsere Leistungen';
19 19
 $GLOBALS['TL_LANG']['ESM_CLIENTS']['project_features'] = 'Features';
... ...
@@ -22,4 +22,14 @@ $GLOBALS['TL_LANG']['ESM_CLIENTS']['project_tech'] = 'Systeme';
22 22
 /**
23 23
  * Backend
24 24
  */
25
-$GLOBALS['TL_LANG']['ESM_CLIENTS']['sortorder'] = 'Sortierung im Frontend';
26 25
\ No newline at end of file
26
+$GLOBALS['TL_LANG']['ESM_CLIENTS']['sortorder'] = 'Sortierung im Frontend';
27
+
28
+/**
29
+ * References
30
+ */
31
+$GLOBALS['TL_LANG']['ESM_CLIENTS']['REF']['devices'] = array
32
+(
33
+	'desktop'    => 'Desktop',
34
+	'smartphone' => 'Smartphone',
35
+	'tablet'     => 'Tablet'
36
+);
27 37
\ No newline at end of file
Browse code

Initial commit

Benjamin Roth authored on26/03/2015 15:24:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
1
+<?php
2
+
3
+/**
4
+ * References for Contao
5
+ *
6
+ * Copyright (c) 2014 Benjamin Roth [http://www.esales-media.de]
7
+ *
8
+ * @package eSM_clients
9
+ * @link    http://www.esales-media.de
10
+ * @license commercial
11
+ */
12
+
13
+/**
14
+ * Headings
15
+ */
16
+$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_text'] = 'Besonderheiten';
17
+$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_link'] = 'Projekt ansehen';
18
+$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_services'] = 'Unsere Leistungen';
19
+$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_features'] = 'Features';
20
+$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_tech'] = 'Systeme';
21
+
22
+/**
23
+ * Backend
24
+ */
25
+$GLOBALS['TL_LANG']['ESM_CLIENTS']['sortorder'] = 'Sortierung im Frontend';
0 26
\ No newline at end of file