friendica/view/templates/home.tpl
2018-12-16 22:38:32 -05:00

15 lines
239 B
Smarty

{{* custom content from hook will replace everything. *}}
{{if $content != '' }}
{{$content nofilter}}
{{else}}
{{if $customhome != false }}
{{include file="$customhome"}}
{{else}}
{{$defaultheader}}
{{/if}}
{{$login}}
{{/if}}