feat: Fixes #6634 CORS content-encoding (#6636)
[openemr.git] / portal / patient / templates / _Footer.tpl.php
blob484e8bc00c5fd83966b730305587d1adadd72be1
1 <?php
3 echo "<!-- footer -->\n"; ?>
4 <div class="container">
5 <hr id="footer-hr" />
6 <footer>
7 <p class="muted text-sm-center">
8 <small><?php echo xlt('Patient Portal') . " v" . text((new OpenEMR\Services\VersionService())->asString()); ?> Copyright &copy; <?php echo date('Y'); ?> By
9 sjpadgett@gmail.com License GPLv3
10 </small>
11 </p>
12 </footer>
13 </div>
14 </body>
15 </html>