diff options
Diffstat (limited to 'template/en/default/account/prefs/prefs.html.tmpl')
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 853841bff..8d8f53beb 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -153,6 +153,12 @@ </form> [% END %] +[% + IF tab_footer; + tab_footer FILTER none; + END; +%] + [% END %] [% PROCESS global/footer.html.tmpl %] |