X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fhome.tpl;h=d2ce589fdda0568b6f33e4c4f96752bc05a87249;hb=d27d4d892796de250d723b1ae620d70dc20f9b2d;hp=6e50a75306bced68d00b751cddac686bd71e90d0;hpb=ab90bd2dd1b76c33d399f7032c4ab10b6f3bd929;p=friendica.git diff --git a/view/templates/home.tpl b/view/templates/home.tpl index 6e50a75306..d2ce589fdd 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}}