mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
make pub link share footer aware of different owncloud editions
This commit is contained in:
parent
839bce80c6
commit
7273f38af6
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue