make pub link share footer aware of different owncloud editions

This commit is contained in:
Björn Schießle 2013-06-12 16:28:47 +02:00
parent 839bce80c6
commit 7273f38af6
1 changed files with 2 additions and 2 deletions

View File

@ -46,5 +46,5 @@
<?php endif; ?>
<?php endif; ?>
</div>
<footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> &ndash;
<?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> &ndash;
<?php p(OC_Defaults::getSlogan()); ?></p></footer>