friendica/view/templates/home.tpl

15 lines
266 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}}
2019-05-04 11:08:31 +00:00
<h1>{{$defaultheader nofilter}}</h1>
2018-01-17 12:27:41 +00:00
{{/if}}
2018-12-21 05:05:41 +00:00
{{$login nofilter}}
2018-01-17 12:27:41 +00:00
{{/if}}