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 /apps/files_sharing | |
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 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/templates/public.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 3a1c370b4c0..c9d56e7ff85 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -87,8 +87,7 @@ <?php endif; ?> </div> <footer> - <p class="info"><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 class="info"> + <?php print_unescaped(OC_Defaults::getLongFooter()); ?> </p> </footer> |