improved footer
This commit is contained in:
parent
63472aed3f
commit
15eda53215
2 changed files with 8 additions and 3 deletions
|
@ -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> –
|
||||
<?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(' – ') : print_unescaped('<br/>'); ?>
|
||||
<?php p(OC_Defaults::getSlogan()); ?>
|
||||
</p>
|
||||
</footer>
|
||||
|
|
|
@ -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> –
|
||||
<?php p(OC_Defaults::getEntity()); ?></a>
|
||||
<?php OC_Util::getEditionString() === '' ? print_unescaped(' – ') : print_unescaped('<br/>'); ?>
|
||||
<?php p(OC_Defaults::getSlogan()); ?></p></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue