Adjust footer

This commit is contained in:
Skylar Ittner 2018-05-18 02:11:10 -06:00
parent 0aa6111199
commit 2a84b6512b

View File

@ -27,12 +27,12 @@
<!-- Main -->
<div id="main">
</div>
<?php include __DIR__ . "/inc/bg-edit.inc.php"; ?>
<!-- Footer -->
<footer id="footer">
<p class="copyright"><?php output_conditional("&copy; " . date('Y') . " [[VAR]].", get_setting("businessname")); ?> Design: <a href="https://html5up.net">HTML5 UP</a> and <a href="https://netsyms.com">Netsyms</a>.</p>
<p class="copyright"><?php output_conditional("&copy; " . date('Y') . " [[VAR]] |", get_setting("businessname")); ?> Design: <a href="https://html5up.net">HTML5 UP</a> and <a href="https://netsyms.com">Netsyms</a>.</p>
</footer>
</div>