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-storage.php
parent7e048efa3dd0606507a0f5daf70b15214578ca40 (diff)
translation compatible URL's on many pages
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-storage.php')
-rw-r--r--page-storage.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/page-storage.php b/page-storage.php
index ac48a51b..86d2ebd9 100644
--- a/page-storage.php
+++ b/page-storage.php
@@ -22,7 +22,7 @@
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Unlock your data');?></p>
<p class="section--paragraph"><?php echo $l->t('Avoid costly and disruptive migrations and retain your existing, compliant workflows and processes while enabling your employees to collaborate and work efficiently. Nextcloud unlocks corporate data silos, bringing together data from your existing storage systems in one seamless user interface.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Your IT stays in control of the data thanks to powerful <a class="hyperlink" href="/workflow">File Access Control</a> and <a class="hyperlink" href="/monitoring">logging</a> capabilities.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Your IT stays in control of the data thanks to powerful');?> <a class="hyperlink" href="<?php echo home_url('workflow') ?>"><?php echo $l->t('File Access Control</a> and');?> <a class="hyperlink" href="<?php echo home_url('monitoring') ?>"><?php echo $l->t('logging</a> capabilities.');?></p>
</div>
</div>
<div class="row">
@@ -78,7 +78,7 @@
<div class="col-md-8 col-md-offset-2 featureblock revealOnScroll">
<p class="section--paragraph text-center"><?php echo $l->t('Contact our sales team if you want to know about support for your enterprise storage technology and integration in Nextcloud.');?></p>
<div class="text-center morebuttondiv">
- <a href="/buy" class="button button--large button--arrow"><?php echo $l->t('Contact sales');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('buy') ?>" class="button button--large button--arrow"><?php echo $l->t('Contact sales');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
@@ -94,7 +94,7 @@
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Data securely encrypted');?></p>
<p class="section--paragraph"><?php echo $l->t('Server side encryption can optionally be enabled on select external or primary storage to securely encrypt the data residing on them. Nextcloud supports external key management, a master recovery password and changing passwords by users. ');?></p>
- <p class="section--paragraph"><?php echo $l->t('Learn more about Nextcloud server side encryption ');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_files/encryption_configuration.html" target="_blank"><?php echo $l->t('in the documentation</a> and learn more about <a class="hyperlink" href="/secure">security in Nextcloud</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Learn more about Nextcloud server side encryption ');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_files/encryption_configuration.html" target="_blank"><?php echo $l->t('in the documentation</a> and learn more about');?> <a class="hyperlink" href="<?php echo home_url('secure') ?>"><?php echo $l->t('security in Nextcloud</a>');?></p>
</div>
</div>
</div>