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,16 @@
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
+
13
+/**
14
+ * Add article layouts to theme access options
15
+ */
16
+array_insert($GLOBALS['TL_DCA']['tl_user_group']['fields']['themes']['options'],count($GLOBALS['TL_DCA']['tl_user_group']['fields']['themes']['options'])-2,array('artLayout'));
0 17
\ No newline at end of file