X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fhome.tpl;h=d2ce589fdda0568b6f33e4c4f96752bc05a87249;hb=e354f487652e9cf2d775a343182f8b6b6db5c9b8;hp=6e50a75306bced68d00b751cddac686bd71e90d0;hpb=29f7ebe307c22b275466390937b82ccb3820fb1c;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}}