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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2018-01-28 01:33:06 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-01-28 18:14:11 +0300
commit518bee18d3f9279148fb845a7668cf011d37b432 (patch)
tree2b5796700eec19b2c6899aa4b2e2119d7dc99e47 /page-workflow.php
parent7e048efa3dd0606507a0f5daf70b15214578ca40 (diff)
translation compatible URL's on many pages
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-workflow.php')
-rw-r--r--page-workflow.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-workflow.php b/page-workflow.php
index e26b2760..f05ecf39 100644
--- a/page-workflow.php
+++ b/page-workflow.php
@@ -34,7 +34,7 @@
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Access on your terms');?></p>
<p class="section--paragraph"><?php echo $l->t('Through File Access Control and automatic file tagging, Nextcloud gives administrators control over data access by enabling them to define strict rules requests need to adhere to. If users in certain groups or geographic regions should not be given access to certain file types or if data with a specific tag should not be shared outside the company, administrators can make sure their Nextcloud instance enforces these rules.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Combined with <a class="hyperlink" href="/outlook">our Secure Sharing Outlook addin</a> (and by disabling direct email attachments), File Access Control can play a crucial role in enforcing company policy on data sharing.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Combined with');?> <a class="hyperlink" href="<?php echo home_url('outlook') ?>"><?php echo $l->t('our Secure Sharing Outlook addin</a> (and by disabling direct email attachments), File Access Control can play a crucial role in enforcing company policy on data sharing.');?></p>
</div>
</div>
</div>
@@ -46,7 +46,7 @@
<div class="col-md-8 col-md-offset-2 featureblock revealOnScroll">
<p class=""><?php echo $l->t('Learn more about how Nextcloud helps you keep your data secure.');?></p>
<div class="text-center morebuttondiv">
- <a href="/secure" class="button button--large button--arrow"><?php echo $l->t('Security in Nextcloud');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('secure') ?>" class="button button--large button--arrow"><?php echo $l->t('Security in Nextcloud');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>