]> 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:40:04 +0000 (16:40 +0200)
apps/files_sharing/templates/public.php
core/templates/layout.guest.php

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