From cf4d27b115edfe9148a52b1e667e6ef5d3d06c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 26 Mar 2018 19:12:26 +0200 Subject: Use customclient_* values by default and do not use them in custom themes anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- themes/example/defaults.php | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'themes') diff --git a/themes/example/defaults.php b/themes/example/defaults.php index 39006c94ad2..8ed4761c660 100644 --- a/themes/example/defaults.php +++ b/themes/example/defaults.php @@ -28,38 +28,6 @@ class OC_Theme { return 'https://nextcloud.com'; } - /** - * Returns the URL where the sync clients are listed - * @return string URL - */ - public function getSyncClientUrl() { - return 'https://nextcloud.com/install/#install-clients'; - } - - /** - * Returns the URL to the App Store for the iOS Client - * @return string URL - */ - public function getiOSClientUrl() { - return 'https://geo.itunes.apple.com/us/app/nextcloud/id1125420102?mt=8'; - } - - /** - * Returns the AppId for the App Store for the iOS Client - * @return string AppId - */ - public function getiTunesAppId() { - return '1125420102'; - } - - /** - * Returns the URL to Google Play for the Android Client - * @return string URL - */ - public function getAndroidClientUrl() { - return 'https://play.google.com/store/apps/details?id=com.nextcloud.client'; - } - /** * Returns the documentation URL * @return string URL -- cgit v1.2.3