Browse code

Updated copyright notice

Benjamin Roth authored on02/02/2016 14:13:44
Showing1 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 /**
4 4
  * Formstone for Contao
5 5
  *
6
- * Copyright (c) 2015 Benjamin Roth
6
+ * Copyright (c) 2016 Benjamin Roth
7 7
  *
8 8
  * @license LGPL-3.0+
9 9
  */
Browse code

Added checkbox plugin

Benjamin Roth authored on13/08/2015 16:26:24
Showing1 changed files
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
+));