Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-03-26 20:12:26 +0300
committerJulius Härtl <jus@bitgrid.net>2018-03-26 20:26:36 +0300
commitcf4d27b115edfe9148a52b1e667e6ef5d3d06c00 (patch)
treebe6450f1ef0ac922b1a881d7889ddfc0c48deeeb /themes
parente2b44d199bea7da74811689ec3ab787135e22de6 (diff)
Use customclient_* values by default and do not use them in custom themes anymore
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'themes')
-rw-r--r--themes/example/defaults.php32
1 files changed, 0 insertions, 32 deletions
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
@@ -29,38 +29,6 @@ class OC_Theme {
}
/**
- * 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
*/