X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fhome.tpl;h=eb3f402fc634199e737efbf1cc30a13ef49295e0;hb=2628da422a57f573466f08ca3eb5791bf2bc35cf;hp=6e50a75306bced68d00b751cddac686bd71e90d0;hpb=29f7ebe307c22b275466390937b82ccb3820fb1c;p=friendica.git diff --git a/view/templates/home.tpl b/view/templates/home.tpl index 6e50a75306..eb3f402fc6 100644 --- a/view/templates/home.tpl +++ b/view/templates/home.tpl @@ -1,14 +1,14 @@ {{* custom content from hook will replace everything. *}} {{if $content != '' }} - {{$content}} + {{$content nofilter}} {{else}} {{if $customhome != false }} {{include file="$customhome"}} {{else}} - {{$defaultheader}} + {{$defaultheader nofilter}} {{/if}} - {{$login}} + {{$login nofilter}} {{/if}}