]> 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>
Wed, 12 Jun 2013 14:28:47 +0000 (16:28 +0200)
apps/files_sharing/templates/public.php

index 88a4cc242ba6c3442faa47de41a119d333548ce8..bf2a38de73b7eafbc776c9afb6739faa70d6193d 100644 (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>