Fixed php short tags
[openemr.git] / contrib / forms / habits / print.php
blob2a071ee94d231423c099dad8930e0950bca1905b
1 <?php
3 # print the habits form.
6 include("../../../library/api.inc");
8 formHeader("Habits form");
10 // this part is the copy of what we have inside the function on the report.php file
11 include_once ('form_report.php');
14 <hr>
15 <a href="<?php echo $GLOBALS['form_exit_url']; ?>" onclick="top.restoreSession()">Done</a>
17 <?php
18 formFooter();