Commit 338269c 1 parent 6fdbac5 commit 338269c Copy full SHA for 338269c
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 @@ -17,8 +17,8 @@ class Module extends FormToolsModule
17
17
protected $ author = "Ben Keen " ;
18
18
protected $ authorEmail =
"[email protected] " ;
19
19
protected $ authorLink = "https://formtools.org " ;
20
- protected $ version = "2.0.0 " ;
21
- protected $ date = "2017-12-15 " ;
20
+ protected $ version = "2.0.1 " ;
21
+ protected $ date = "2017-12-20 " ;
22
22
protected $ originLanguage = "en_us " ;
23
23
24
24
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
{ if $num_results == 0}
17
17
<div class =" notify margin_bottom_large" >
46
46
</form >
47
47
{ /if }
48
48
49
- { include file= ' modules_footer.tpl' }
49
+ { ft_include file= ' modules_footer.tpl' }
You can’t perform that action at this time.
0 commit comments