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,20 @@
1
+<?php
2
+
3
+/**
4
+ * Contao Open Source CMS
5
+ * 
6
+ * Copyright (C) 2005-2014 Leo Feyer
7
+ * 
8
+ * @package ESM_vexdialog
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_vexcombined' => 'system/modules/eSM_vexdialog/templates',
20
+));