diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-13 16:10:33 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-06-13 16:10:33 +0200 |
commit | 15eda5321531b7ae44a6dd2ed1d28ae0e2045c2b (patch) | |
tree | 7b3f1d11e4eda27f7bff4e22c2a9a1c5968e8dc2 /apps | |
parent | 63472aed3fa157bbcf3be0bf64a5646982d5a03b (diff) | |
download | nextcloud-server-15eda5321531b7ae44a6dd2ed1d28ae0e2045c2b.tar.gz nextcloud-server-15eda5321531b7ae44a6dd2ed1d28ae0e2045c2b.zip |
improved footer
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/templates/public.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index bf2a38de73b..adf3c3e9cc8 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -46,5 +46,9 @@ <?php endif; ?> <?php endif; ?> </div> -<footer><p class="info"><a href="<?php p(OC_Defaults::getBaseUrl()); ?>"><?php p(OC_Defaults::getEntity()) ?></a> – -<?php p(OC_Defaults::getSlogan()); ?></p></footer> +<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> +</footer> |