Skip to content

Commit 869604f

Browse files
committed
2.0.1
1 parent 80e36ff commit 869604f

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
@@ -21,8 +21,8 @@ class Module extends FormToolsModule
2121
protected $author = "Ben Keen";
2222
protected $authorEmail = "[email protected]";
2323
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";
2626
protected $originLanguage = "en_us";
2727

2828
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,11 +11,11 @@
1111
</tr>
1212
</table>
1313

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

1616
<div class="margin_bottom_large">
1717
This module doesn't have a configuration section. Use the <a href="{$g_root_url}/admin/settings/index.php?page=files">Settings -> Files</a>
1818
page to define the default file upload settings. You can override those settings by editing any individual form field.
1919
</div>
2020

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

0 commit comments

Comments
 (0)