]> git.mxchange.org Git - friendica.git/blob - home.tpl
d2ce589fdda0568b6f33e4c4f96752bc05a87249
[friendica.git] / home.tpl
1
2 {{* custom content from hook will replace everything. *}}
3 {{if $content != '' }}
4         {{$content nofilter}}
5 {{else}}
6
7         {{if $customhome != false }}
8                 {{include file="$customhome"}}
9         {{else}}
10                 <h1>{{$defaultheader nofilter}}</h1>
11         {{/if}}
12
13         {{$login nofilter}}
14 {{/if}}