15 lines
388 B
PHP
15 lines
388 B
PHP
<?php
|
|
|
|
/**
|
|
* SPDX-FileCopyrightText: 2020 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
// TODO: uncomment once there are custom styles in the admin settings entrypoint
|
|
// style('contacts', 'contacts-index');
|
|
// style('contacts', 'contacts-admin-settings');
|
|
script('contacts', 'contacts-admin-settings');
|
|
?>
|
|
|
|
<div id="contacts-settings"></div>
|