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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-26 19:56:19 +0400
committerBjörn Schießle <schiessle@owncloud.com>2013-06-26 19:56:19 +0400
commit3e3ed0784a8355c1a42ff8a32bb38b6d53473b7c (patch)
tree8e4a69282339c5e42a80e9f9b93fa26adcd31138 /core
parent07a5914dc448b6f210ffe99b341d1d35b04bf11f (diff)
construct the foother in defaults.php so that we use always the same footer
Diffstat (limited to 'core')
-rw-r--r--core/templates/layout.guest.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 4173212dfa3..ec73ad5456c 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -43,10 +43,7 @@
</div>
<footer>
<p class="info">
- <?php OC_Util::getEditionString() === '' ? '' : p('© 2013 '); ?>
- <a href="<?php p(OC_Defaults::getBaseUrl())?>">
- <?php p(OC_Defaults::getEntity()); ?></a>
- <?php OC_Util::getEditionString() === '' ? print_unescaped(' &ndash; ') : print_unescaped('<br/>'); ?>
- <?php p(OC_Defaults::getSlogan()); ?></p></footer>
+ <?php print_unescaped(OC_Defaults::getLongFooter()); ?>
+ </p></footer>
</body>
</html>