Browse code

Initial commit

Benjamin Roth authored on26/03/2015 16:52:11
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+<?php
2
+
3
+/**
4
+ * Formstone for Contao
5
+ *
6
+ * Copyright (c) 2014 Benjamin Roth [http://www.esales-media.de]
7
+ * Utilizes the vex dialog script [http://github.hubspot.com/vex/]
8
+ *
9
+ * @package ESM_vexdialog
10
+ * @link    http://www.esales-media.de
11
+ * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
12
+ */
13
+
14
+/**
15
+ * Vex version
16
+ */
17
+define('VEX', '2.2.1');