From 2e127d2c5ea82089f74a5a33549cd42db9d1bb5e Mon Sep 17 00:00:00 2001 From: scolebrook Date: Tue, 8 Jul 2014 09:51:05 -0400 Subject: Add ability to theme iOS and Android client URLs just like desktop URLs. --- lib/public/defaults.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lib/public') diff --git a/lib/public/defaults.php b/lib/public/defaults.php index 34b68903ee8..9af31245ff4 100644 --- a/lib/public/defaults.php +++ b/lib/public/defaults.php @@ -65,6 +65,22 @@ class Defaults { return $this->defaults->getSyncClientUrl(); } + /** + * link to the iOS client + * @return string + */ + public function getiOSClientUrl() { + return $this->defaults->getiOSClientUrl(); + } + + /** + * link to the Android client + * @return string + */ + public function getAndroidClientUrl() { + return $this->defaults->getAndroidClientUrl(); + } + /** * base URL to the documentation of your ownCloud instance * @return string -- cgit v1.2.3