]> source.dussan.org Git - nextcloud-server.git/commitdiff
improved footer
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 13 Jun 2013 14:10:33 +0000 (16:10 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 13 Jun 2013 14:10:33 +0000 (16:10 +0200)
apps/files_sharing/templates/public.php
core/templates/layout.guest.php

index bf2a38de73b7eafbc776c9afb6739faa70d6193d..adf3c3e9cc823459d6e12e61390e85372587cc04 100644 (file)
@@ -46,5 +46,9 @@
                <?php endif; ?>
        <?php endif; ?>
 </div>
-<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>
+<footer>
+       <p class="info"><a href="<?php p(OC_Defaults::getBaseUrl()); ?>"><?php p(OC_Defaults::getEntity()) ?></a>
+               <?php OC_Util::getEditionString() === '' ? print_unescaped(' &ndash; ') : print_unescaped('<br/>'); ?>
+               <?php p(OC_Defaults::getSlogan()); ?>
+       </p>
+</footer>
index 2f3bf8752cd14f1cb2bfd003069fe2ad6dd3bd71..ba0147e6733e9abd2396a8f6d54652a888b3ab8c 100644 (file)
@@ -45,7 +45,8 @@
                        <p class="info">
                                <?php OC_Util::getEditionString() === '' ? '' : p('© 2013 '); ?>
                                <a href="<?php p(OC_Defaults::getBaseUrl())?>">
-                                       <?php  p(OC_Defaults::getEntity()); ?></a> &ndash;
+                                       <?php  p(OC_Defaults::getEntity()); ?></a>
+                               <?php OC_Util::getEditionString() === '' ? print_unescaped(' &ndash; ') : print_unescaped('<br/>'); ?>
                        <?php p(OC_Defaults::getSlogan()); ?></p></footer>
        </body>
 </html>