friendica/view/templates/home.tpl

15 lines
239 B
Smarty
Raw Normal View History

2018-01-17 12:27:41 +00:00
{{* custom content from hook will replace everything. *}}
{{if $content != '' }}
{{$content nofilter}}
2018-01-17 12:27:41 +00:00
{{else}}
{{if $customhome != false }}
{{include file="$customhome"}}
{{else}}
{{$defaultheader}}
{{/if}}
{{$login}}
{{/if}}