diff --git a/view/templates/home.tpl b/view/templates/home.tpl index 7d9597beb9..eb3f402fc6 100644 --- a/view/templates/home.tpl +++ b/view/templates/home.tpl @@ -7,8 +7,8 @@ {{if $customhome != false }} {{include file="$customhome"}} {{else}} - {{$defaultheader}} + {{$defaultheader nofilter}} {{/if}} - {{$login}} + {{$login nofilter}} {{/if}} diff --git a/view/theme/frio/templates/home.tpl b/view/theme/frio/templates/home.tpl index ac1cc37be1..8552f25830 100644 --- a/view/theme/frio/templates/home.tpl +++ b/view/theme/frio/templates/home.tpl @@ -15,11 +15,11 @@ {{if $customhome != false }} {{include file="$customhome"}} {{else}} - {{$defaultheader}} + {{$defaultheader nofilter}} {{/if}}
- {{$login}} + {{$login nofilter}}
{{/if}} \ No newline at end of file