9 lines
296 B
PHP
Executable File
9 lines
296 B
PHP
Executable File
<footer class="main-footer">
|
|
<!-- To the right -->
|
|
<div class="pull-right hidden-xs">
|
|
Version 1.0
|
|
</div>
|
|
<!-- Default to the left -->
|
|
<strong>Copyright © <?php echo date('Y') ?> <a href="https://merchbay.com">merchbay.com</a>.</strong> All rights reserved.
|
|
</footer>
|