Dash page logou

This commit is contained in:
2019-03-02 20:34:58 +00:00
parent f404310156
commit 7095468ed8
2 changed files with 516 additions and 55 deletions
@@ -7,10 +7,10 @@
<footer class="footer">
<div class="row">
<div class="col-12 col-sm-6 text-center text-sm-left">
<p>&copy; Copyright 2019. All rights reserved.</p>
<p>&copy; Copyright Fluxtra-MERMS 2019. All rights reserved.</p>
</div>
<div class="col col-sm-6 ml-sm-auto text-center text-sm-right">
<p>Hand-crafted made with <i class="fa fa-heart text-danger mx-1"></i> by Potenza</p>
<p>MERMS - <?= isset($_SESSION['practice_name'])? $_SESSION['practice_name']:''; ?></p>
</div>
</div>
</footer>