Skip to content

Commit e4a4a48

Browse files
committed
2.0.1
1 parent aaf3c71 commit e4a4a48

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

code/Module.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class Module extends FormToolsModule
1919
protected $author = "Ben Keen";
2020
protected $authorEmail = "ben.keen@gmail.com";
2121
protected $authorLink = "http://formtools.org";
22-
protected $version = "2.0.0";
23-
protected $date = "2017-10-07";
22+
protected $version = "2.0.1";
23+
protected $date = "2017-11-07";
2424
protected $originLanguage = "en_us";
2525

2626
protected $nav = array(

templates/help.tpl

Lines changed: 2 additions & 2 deletions
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>
@@ -17,4 +17,4 @@
1717
{$L.text_help}
1818
</p>
1919

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

templates/index.tpl

Lines changed: 3 additions & 3 deletions
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 !$export_manager_available}
1717
<div class="error margin_bottom_large">
@@ -71,4 +71,4 @@
7171

7272
</form>
7373

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

templates/reports.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{include file="header.tpl"}
1+
{ft_include file="header.tpl"}
22

33
{$heading}
44

5-
{include file="messages.tpl"}
5+
{ft_include file="messages.tpl"}
66

77
{$content}
88

9-
{include file="footer.tpl"}
9+
{ft_include file="footer.tpl"}

0 commit comments

Comments
 (0)