use xhtmlFooter instead of html since it now contains all the javascript

This commit is contained in:
Isaac Connor 2020-09-02 17:33:56 -04:00
parent f3873d65e4
commit c6bc6704b3
2 changed files with 2 additions and 4 deletions

View File

@ -155,5 +155,4 @@ if ( file_exists($rImagePath) ) {
<?php } ?> <?php } ?>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -215,5 +215,4 @@ if ( count($frames) ) foreach ( $frames as $frame ) {
$row++; $row++;
} }
?> ?>
</body> <?php xhtmlFooter() ?>
</html>