summaryrefslogtreecommitdiffstats
path: root/apps/contacts/settings.php
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2011-09-28 16:05:01 +0200
committerFrank Karlitschek <karlitschek@kde.org>2011-09-28 16:05:01 +0200
commit98c59605aaf5b1652fded5b44cd404346e78102b (patch)
tree55ad0d877693dcf615bd51e3ad27d3e99000ddbe /apps/contacts/settings.php
parent18216fe71f778b299585de7cc42a568a5adcfa6c (diff)
downloadnextcloud-server-98c59605aaf5b1652fded5b44cd404346e78102b.tar.gz
nextcloud-server-98c59605aaf5b1652fded5b44cd404346e78102b.zip
show the syncing and ampache urls on the settings page. not very pretty but otherwise the user has no way to configure the desktop integration
Diffstat (limited to 'apps/contacts/settings.php')
-rw-r--r--apps/contacts/settings.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/contacts/settings.php b/apps/contacts/settings.php
new file mode 100644
index 00000000000..b88128823a7
--- /dev/null
+++ b/apps/contacts/settings.php
@@ -0,0 +1,6 @@
+<?php
+
+$tmpl = new OC_Template( 'contacts', 'settings');
+
+return $tmpl->fetchPage();
+?>