mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
11 lines
460 B
PHP
11 lines
460 B
PHP
<!-- START COPYRIGHT -->
|
|
<div class="footer bg-white">
|
|
<div class="container-fluid">
|
|
<div class="row no-margin">
|
|
<div class="col p-l-0 p-t-20 p-b-20 sm-text-center">
|
|
<small class="small no-margin pull-left sm-pull-reset all-caps fs-10 muted" style=" letter-spacing: 1px; ">Copyright © {{ date('Y') }} CIEF Exchange. All rights reserved.</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- END COPYRIGHT --> |