meta/app/views/footer.php

6 lines
120 B
PHP
Raw Normal View History

2012-09-13 19:16:51 -04:00
<?php $this->load_view('theme_footer'); ?>
<?php if ($foot_js != ""): ?>
<?= $foot_js ?>
<?php endif ?>
</body>
</html>