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:
authorFelix A. Epp <work@felixepp.de>2016-12-08 14:40:52 +0300
committerFelix A. Epp <work@felixepp.de>2016-12-08 14:40:52 +0300
commit98bdef8d83bcc8e43560b735a9a479c981a3b24e (patch)
tree737a5594631d58f748b285930df59b1beaa70c67 /themes
parent74d1b0bada1b291038c88cf1e289d6696c65bfb7 (diff)
Cahnge URL for desktop clients directly to pop-up
by adding `/#install-clients` to the URL Signed-off-by: Felix A. Epp <work@felixepp.de>
Diffstat (limited to 'themes')
-rw-r--r--themes/example/defaults.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/defaults.php b/themes/example/defaults.php
index 346d510f622..25ec350ed1b 100644
--- a/themes/example/defaults.php
+++ b/themes/example/defaults.php
@@ -33,7 +33,7 @@ class OC_Theme {
* @return string URL
*/
public function getSyncClientUrl() {
- return 'https://nextcloud.com/install';
+ return 'https://nextcloud.com/install/#install-clients';
}
/**