miniMVC/app/views/footer.php

6 lines
77 B
PHP
Raw Normal View History

2012-01-13 11:58:06 -05:00
<?php if($foot_js != ""): ?>
2012-01-13 11:58:06 -05:00
<?= $foot_js ?>
<?php endif ?>
2012-01-13 11:58:06 -05:00
</body>
</html>