diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-26 17:56:19 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-01 10:46:00 +0200 |
commit | 23cc69b816f5df465c7c9d0df5630d00abfaf6d0 (patch) | |
tree | 4e094a7b3b637719ed73a557285308af76d6d1a4 /core | |
parent | b19033b3533ce4726763aac6247aa156eb0a87d6 (diff) | |
download | nextcloud-server-23cc69b816f5df465c7c9d0df5630d00abfaf6d0.tar.gz nextcloud-server-23cc69b816f5df465c7c9d0df5630d00abfaf6d0.zip |
construct the foother in defaults.php so that we use always the same footer
Conflicts:
settings/templates/admin.php
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/layout.guest.php | 7 |
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(' – ') : print_unescaped('<br/>'); ?> - <?php p(OC_Defaults::getSlogan()); ?></p></footer> + <?php print_unescaped(OC_Defaults::getLongFooter()); ?> + </p></footer> </body> </html> |