1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,18 @@ |
1 |
+<?php |
|
2 |
+ |
|
3 |
+/** |
|
4 |
+ * Formstone for Contao |
|
5 |
+ * |
|
6 |
+ * Copyright (c) 2015 Benjamin Roth |
|
7 |
+ * |
|
8 |
+ * @license LGPL-3.0+ |
|
9 |
+ */ |
|
10 |
+ |
|
11 |
+ |
|
12 |
+/** |
|
13 |
+ * Register the templates |
|
14 |
+ */ |
|
15 |
+TemplateLoader::addFiles(array |
|
16 |
+( |
|
17 |
+ 'j_formstone_checkbox' => 'system/modules/eSM_formstone/templates/widgets', |
|
18 |
+)); |