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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/who-has-access.php')
-rw-r--r--templates/who-has-access.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/who-has-access.php b/templates/who-has-access.php
index 194e548..3a97c39 100644
--- a/templates/who-has-access.php
+++ b/templates/who-has-access.php
@@ -5,4 +5,11 @@
<h4><?php p($l->t('People you shared with')) ?></h4>
<div id="privacy_access_shares"></div>
+
+ <?php if (!empty($_['privacyPolicyUrl'])): ?>
+ <h4><?php p($l->t('Privacy policy')) ?></h4>
+ <p>
+ <a href="<?php print_unescaped($_['privacyPolicyUrl']) ?>"><?php p($l->t('Read the privacy policy.')) ?></a>
+ </p>
+ <?php endif; ?>
</div> \ No newline at end of file