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>2020-11-17 01:14:08 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-11-17 01:14:08 +0300
commit88b57c9416c9fa2c78a2fd362caee13ae2b2b80e (patch)
treec51df757f5659ec61da6ff3cd301cfba1748a7b7 /page-files.php
parent4f1c650e97587e65b2da3a2186878fde459436be (diff)
add button to search!
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-files.php')
-rw-r--r--page-files.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/page-files.php b/page-files.php
index c67d91d6..41577e50 100644
--- a/page-files.php
+++ b/page-files.php
@@ -266,6 +266,7 @@
<div class="col-md-8 col-md-offset-2">
<h3 class="section--paragraph__tittle"><?php echo $l->t('Find everything in one place');?></h3>
<p class="section--paragraph"><?php echo $l->t('On the top-right of your Nextcloud window, a search glass shows search results from all over Nextcloud. Additional search providers can be installed and over a dozen different search providers are available to show you Github issues, Moodle courses, Jira tickets and more');?></p>
+ <p><a href="<?php echo home_url('unified-search') ?>" class="button button--arrow"><?php echo $l->t('Unified Search');?></a></p>
</div>
</div>
</div>