From 247b99739d2f41ae85a05111467cbf4a023ebdb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 22 May 2018 09:34:01 +0200 Subject: Add client links to personal settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- templates/settings/personal/clients.php | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 templates/settings/personal/clients.php (limited to 'templates') diff --git a/templates/settings/personal/clients.php b/templates/settings/personal/clients.php new file mode 100644 index 000000000..a4b8e343f --- /dev/null +++ b/templates/settings/personal/clients.php @@ -0,0 +1,43 @@ + + * + * @author Julius Härtl + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + +/** @var \OCP\Defaults $theme */ +/** @var array $_ */ +?> + +
+

t('%s Talk on your mobile devices', [$theme->getName()]));?>

+ +

t('Join conversations at any time, any where, on any device.')); ?>

+ + +
\ No newline at end of file -- cgit v1.2.3