motorbike/app/Views/templates/footer.php
2025-08-19 13:53:05 +03:00

17 lines
531 B
PHP

<footer class="main-footer" style="display: flex;align-items: center;justify-content: space-between;">
<div>
<strong>Copyright &copy;<?php echo date('Y') ?>.</strong> All rights reserved.
</div>
<div class="pull-right hidden-xs"><h5 style="font-family: tahoma;">Designed and Managed by <strong>MYDEVUP</strong>
</footer>
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class="control-sidebar-bg"></div>
</div>
<!-- ./wrapper -->
</body>
</html>