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>2021-02-22 19:57:44 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-02-22 19:57:44 +0300
commit38a437ba8dfb5156e445e7f1c14a18777f775f8a (patch)
treecf50b3513750443cead0c1f3d604c976e44f9b42 /templates
parent585fc35a81587bff7e8fe9d047fb92542e88d3c3 (diff)
hopefully fix time-outs
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.php b/templates/footer.php
index 65b3f1ed..b27e7b36 100644
--- a/templates/footer.php
+++ b/templates/footer.php
@@ -11,7 +11,7 @@ $l = new L10N('footer');
</style>
<div class="alert alert--no-js" id="no-js">
<div class="container" style="display: inherit">
- <?php echo file_get_contents(get_template_directory_uri()."/assets/img/warning.svg"); ?>
+ <?php echo file_get_contents(__DIR__."/../assets/img/warning.svg"); ?>
<p style="display: inherit"><strong><?php echo $l->t('You have javascript disabled.'); ?></strong> <?php echo $l->t('We tried to make sure the basics of our website work but some functionality will be missing.'); ?></p>
</div>
</div>