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

settings.php « templates « contacts « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5c37c5a04472030961b9fb099510bbbdd7b9a24 (plain)
1
2
3
4
5
6
7
<form id="mediaform">
	<fieldset class="personalblock">
		<strong>Contacts</strong><br />
		CardDAV syncing address: 
  		<?php echo OC_Helper::linkTo('apps/contacts', 'carddav.php', null, true); ?><br />
	</fieldset>
</form>