7 lines
273 B
PHP
7 lines
273 B
PHP
<!-- /.content-wrapper -->
|
|
<footer class="main-footer">
|
|
<strong>© <?= date("Y"); ?> <?= $siteInfo->site_title; ?></strong> <?= FOOTER_COPY; ?>
|
|
<div class="float-right d-none d-sm-inline-block">
|
|
<b><?= FOOTER_VERSION; ?></b> 3.0
|
|
</div>
|
|
</footer>
|