diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-12 16:28:47 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-06-12 16:28:47 +0200 |
commit | 7273f38af627b6a9135ecde5d101d29d1fd0d706 (patch) | |
tree | d52bf2202cc60e733e3bc84b24b7ba76a030acc5 | |
parent | 839bce80c6349e9a84624d0465a3f33706c64093 (diff) | |
download | nextcloud-server-7273f38af627b6a9135ecde5d101d29d1fd0d706.tar.gz nextcloud-server-7273f38af627b6a9135ecde5d101d29d1fd0d706.zip |
make pub link share footer aware of different owncloud editions
-rw-r--r-- | apps/files_sharing/templates/public.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 88a4cc242ba..bf2a38de73b 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -46,5 +46,5 @@ <?php endif; ?> <?php endif; ?> </div> -<footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> – -<?php p($l->t('web services under your control')); ?></p></footer> +<footer><p class="info"><a href="<?php p(OC_Defaults::getBaseUrl()); ?>"><?php p(OC_Defaults::getEntity()) ?></a> – +<?php p(OC_Defaults::getSlogan()); ?></p></footer> |