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 } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
<?php xhtmlFooter() ?>
|
||||||
</html>
|
|
||||||
|
|
|
@ -215,5 +215,4 @@ if ( count($frames) ) foreach ( $frames as $frame ) {
|
||||||
$row++;
|
$row++;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</body>
|
<?php xhtmlFooter() ?>
|
||||||
</html>
|
|
||||||
|
|
Loading…
Reference in New Issue