Browse code

Restructure template folder to use Contao template dir structure

Benjamin Roth authored on10/03/2016 11:24:31
Showing1 changed files
... ...
@@ -16,5 +16,5 @@
16 16
  */
17 17
 TemplateLoader::addFiles(array
18 18
 (
19
-	'j_waypoints' => 'system/modules/eSM_waypoints/templates',
19
+	'j_waypoints' => 'system/modules/eSM_waypoints/templates/jquery',
20 20
 ));
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,20 @@
1
+<?php
2
+
3
+/**
4
+ * Contao Open Source CMS
5
+ * 
6
+ * Copyright (C) 2005-2013 Leo Feyer
7
+ * 
8
+ * @package ESM_waypoints
9
+ * @link    https://contao.org
10
+ * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
11
+ */
12
+
13
+
14
+/**
15
+ * Register the templates
16
+ */
17
+TemplateLoader::addFiles(array
18
+(
19
+	'j_waypoints' => 'system/modules/eSM_waypoints/templates',
20
+));