make pub link share footer aware of different owncloud editions
This commit is contained in:
parent
839bce80c6
commit
7273f38af6
|
@ -46,5 +46,5 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
<footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> –
|
<footer><p class="info"><a href="<?php p(OC_Defaults::getBaseUrl()); ?>"><?php p(OC_Defaults::getEntity()) ?></a> –
|
||||||
<?php p($l->t('web services under your control')); ?></p></footer>
|
<?php p(OC_Defaults::getSlogan()); ?></p></footer>
|
||||||
|
|
Loading…
Reference in New Issue