Commit 869604f 1 parent 80e36ff commit 869604f Copy full SHA for 869604f
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ class Module extends FormToolsModule
21
21
protected $ author = "Ben Keen " ;
22
22
protected $ authorEmail =
"[email protected] " ;
23
23
protected $ authorLink = "https://formtools.org " ;
24
- protected $ version = "2.0.0 " ;
25
- protected $ date = "2017-10-29 " ;
24
+ protected $ version = "2.0.1 " ;
25
+ protected $ date = "2017-11-07 " ;
26
26
protected $ originLanguage = "en_us " ;
27
27
28
28
protected $ nav = array (
Original file line number Diff line number Diff line change 1
- { include file= ' modules_header.tpl' }
1
+ { ft_include file= ' modules_header.tpl' }
2
2
3
3
<table cellpadding =" 0" cellspacing =" 0" >
4
4
<tr >
11
11
</tr >
12
12
</table >
13
13
14
- { include file= " messages.tpl" }
14
+ { ft_include file= " messages.tpl" }
15
15
16
16
<div class =" margin_bottom_large" >
17
17
This module doesn't have a configuration section. Use the <a href =" { $g_root_url } /admin/settings/index.php?page=files" >Settings -> Files</a >
18
18
page to define the default file upload settings. You can override those settings by editing any individual form field.
19
19
</div >
20
20
21
- { include file= ' modules_footer.tpl' }
21
+ { ft_include file= ' modules_footer.tpl' }
You can’t perform that action at this time.
0 commit comments