Skip to content

Commit 4b96539

Browse files
committed
2.0.1
1 parent aa628a2 commit 4b96539

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ So no working locally without internet!
1212

1313
### Form Tools Extensions
1414

15-
For further information about Form Tools modules, check out:
16-
[https://modules.formtools.org](https://modules.formtools.org)
15+
For a full list of Form Tools modules, see:
16+
[https://modules.formtools.org/](https://modules.formtools.org/)

code/Module.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class Module extends FormToolsModule
1818
protected $author = "Ben Keen";
1919
protected $authorEmail = "[email protected]";
2020
protected $authorLink = "http://formtools.org";
21-
protected $version = "2.0.0";
22-
protected $date = "2017-09-30";
21+
protected $version = "2.0.1";
22+
protected $date = "2017-11-07";
2323
protected $originLanguage = "en_us";
2424

2525
protected $nav = array(

templates/index.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>
@@ -30,4 +30,4 @@
3030
for more information on this module.
3131
</div>
3232

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

0 commit comments

Comments
 (0)