Portal updates and general bug fixes (#2318)
[openemr.git] / portal / patient / templates / _Footer.tpl.php
blob97cece5eada439c44f8847a69e4e210b4e4aaf16
1 <?php echo "<!-- footer -->"; ?>
2 <div class="container">
3 <hr>
4 <footer>
5 <p class="muted">
6 <small><?php echo xlt('Onsite Patient Portal'); ?> Rel v3.0.0 Copyright &copy <?php echo date('Y'); ?> By
7 sjpadgett@gmail.com
8 </small>
9 </p>
10 </footer>
11 </div>
12 </body>
13 </html>