Browse code

Initial commit

Benjamin Roth authored on13/07/2016 09:17:47
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+<?php
2
+
3
+/**
4
+ * ArtLayout for Contao
5
+ *
6
+ * Copyright (c) 2016 Benjamin Roth
7
+ *
8
+ * @link    http://www.esales-media.de
9
+ * @license commercial
10
+ */
11
+
12
+$GLOBALS['BE_MOD']['design']['themes']['tables'][] = 'tl_article_layouts';
13
+
14
+$GLOBALS['TL_EASY_THEMES_MODULES']['artLayout'] = array
15
+(
16
+  'href_fragment' => 'table=tl_article_layouts',
17
+  'icon'          => 'system/themes/##backend_theme##/images/themes.gif',
18
+);