]> source.dussan.org Git - nextcloud-server.git/commitdiff
make pub link share footer aware of different owncloud editions
authorBjörn Schießle <schiessle@owncloud.com>
Wed, 12 Jun 2013 14:28:47 +0000 (16:28 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 13 Jun 2013 14:37:58 +0000 (16:37 +0200)
apps/files_sharing/templates/public.php

index 88692445ec308d2f45f5c001a92b08bad738b050..f8c90a3e21f1b86f651a5bcfcaaa87230705afd1 100644 (file)
@@ -39,5 +39,5 @@
                </ul>
        <?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>