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>2019-04-21 19:15:32 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-04-21 19:15:32 +0300
commit8044c0751144c7ed27cbbc57169659c895db61cd (patch)
tree441e48cd8fc4d30b7a7389a3a7f505686df173f8 /page-education.php
parent64b17864ffdaa9911c8e46d74f976af68e689d77 (diff)
fix whitepaper downloads
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-education.php')
-rw-r--r--page-education.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-education.php b/page-education.php
index 5dd942f4..3d1f17ee 100644
--- a/page-education.php
+++ b/page-education.php
@@ -181,7 +181,7 @@ require(["require.config"], function() {
<!-- <input type="checkbox" name="newsletter" value="1"> <small>Sign me up for the Nextcloud newsletter</small><br/> -->
<input type="hidden" name="moreinfo" value="0" />
<input type="checkbox" name="moreinfo" value="1"> <small><?php echo $l->t('Inform me about new white papers and other relevant information');?></small><br/>
- <small>see our <a class="hyperlink" href="
+ <small><?php echo $l->t('See our');?> <a class="hyperlink" href="<?php echo home_url('privacy') ?>"><?php echo $l->t('privacy policy');?></a></small>
</div>
<input class="button button--large" type="submit" value=" Get the case study "></p>
</form>
@@ -272,7 +272,7 @@ require(["require.config"], function() {
<!-- <input type="checkbox" name="newsletter" value="1"> <small>Sign me up for the Nextcloud newsletter</small><br/> -->
<input type="hidden" name="moreinfo" value="0" />
<input type="checkbox" name="moreinfo" value="1"> <small><?php echo $l->t('Inform me about new white papers and other relevant information');?></small><br/>
- <small>see our <a class="hyperlink" href="
+ <small><?php echo $l->t('See our');?> <a class="hyperlink" href="<?php echo home_url('privacy') ?>"><?php echo $l->t('privacy policy');?></a></small>
</div>
<input class="button button--large" type="submit" value=" Get the case study "></p>
</form>