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
|
|
|
|
*}}
|
2014-09-05 22:14:25 +00:00
|
|
|
|
2014-02-23 14:58:22 +00:00
|
|
|
{{include file="field_select.tpl" field=$style}}
|
2015-10-03 10:55:55 +00:00
|
|
|
{{include file="field_select.tpl" field=$show_pages}}
|
|
|
|
{{include file="field_select.tpl" field=$show_profiles}}
|
|
|
|
{{include file="field_select.tpl" field=$show_helpers}}
|
|
|
|
{{include file="field_select.tpl" field=$show_services}}
|
|
|
|
{{include file="field_select.tpl" field=$show_friends}}
|
|
|
|
{{include file="field_select.tpl" field=$show_lastusers}}
|
2014-02-23 14:58:22 +00:00
|
|
|
|
|
|
|
<div class="settings-submit-wrapper">
|
|
|
|
<input type="submit" value="{{$submit}}" class="settings-submit" name="vier-settings-submit" />
|
|
|
|
</div>
|
|
|
|
|