Browse code

Initial commit

Benjamin Roth authored on27/03/2015 09:44:18
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+<?php
2
+
3
+/**
4
+ * Waypoints for Contao
5
+ *
6
+ * Copyright (c) 2014 Benjamin Roth [http://www.esales-media.de]
7
+ * Utilizes the jquery waypoints library [http://imakewebthings.com/jquery-waypoints]
8
+ *
9
+ * @package eSM_waypoints
10
+ * @link    http://www.esales-media.de
11
+ * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
12
+ */
13
+
14
+/**
15
+ * Tooltipster version
16
+ */
17
+define('WAYPOINTS', '3.1.1');