improved footer

This commit is contained in:
Björn Schießle 2013-06-13 16:10:33 +02:00
parent 63472aed3f
commit 15eda53215
2 changed files with 8 additions and 3 deletions

View 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>

View 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>