Skip to content

Commit 338269c

Browse files
committed
2.0.1
1 parent 6fdbac5 commit 338269c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

code/Module.class.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class Module extends FormToolsModule
1717
protected $author = "Ben Keen";
1818
protected $authorEmail = "[email protected]";
1919
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";
2222
protected $originLanguage = "en_us";
2323

2424
protected $nav = array(

templates/index.tpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='modules_header.tpl'}
1+
{ft_include file='modules_header.tpl'}
22

33
<table cellpadding="0" cellspacing="0">
44
<tr>
@@ -11,7 +11,7 @@
1111
</tr>
1212
</table>
1313

14-
{include file="messages.tpl"}
14+
{ft_include file="messages.tpl"}
1515

1616
{if $num_results == 0}
1717
<div class="notify margin_bottom_large">
@@ -46,4 +46,4 @@
4646
</form>
4747
{/if}
4848

49-
{include file='modules_footer.tpl'}
49+
{ft_include file='modules_footer.tpl'}

0 commit comments

Comments
 (0)