use xhtmlFooter instead of html since it now contains all the javascript
This commit is contained in:
parent
f3873d65e4
commit
c6bc6704b3
|
@ -155,5 +155,4 @@ if ( file_exists($rImagePath) ) {
|
|||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<?php xhtmlFooter() ?>
|
||||
|
|
|
@ -215,5 +215,4 @@ if ( count($frames) ) foreach ( $frames as $frame ) {
|
|||
$row++;
|
||||
}
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
<?php xhtmlFooter() ?>
|
||||
|
|
Loading…
Reference in New Issue