1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-10 17:48:25 +00:00
friendica-github/view/templates/home.tpl
2018-12-21 00:05:55 -05:00

14 lines
257 B
Smarty

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