friendica-github/view/templates/home.tpl

21 lines
438 B
Smarty
Raw Normal View History

2024-08-24 18:23:27 +00:00
{{*
* Copyright (C) 2010-2024, the Friendica project
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*}}
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}}