Skip to content
Snippets Groups Projects
Commit 2b59912b authored by Jakob Sack's avatar Jakob Sack
Browse files

Add CardDAV path

parent c958a44e
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,6 @@ OC_Util::addStyle('contacts','styles');
<div id="contacts_details" class="rightcontent" data-id="<?php echo $_['id']; ?>">
<?php echo $this->inc("part.details"); ?>
</div>
<?php if(count($_['addressbooks']) == 1 ): ?>
<?php echo $l->t('The path to this addressbook is %s', array(OC::$WEBROOT.'/apps/contacts/carddav.php/addressbooks/'.$_['addressbooks'][0]['uri'])); ?>
<?php endif; ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment