PHPWord/samples/Sample_Footer.php

12 lines
163 B
PHP
Raw Normal View History

2014-03-15 22:39:57 +07:00
<?php
if (CLI) {
return;
}
2014-03-15 22:39:57 +07:00
?>
</div>
<script src="bootstrap/js/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
2014-03-15 23:45:31 +07:00