summaryrefslogtreecommitdiffstats
path: root/application/views/footer.php
blob: 1e3866ad08454fc755abac3b298584667f084422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
if (is_cli_client() && !isset($force_full_html)) {
	return;
}
?>
	</div>
<?php echo include_js("/data/js/jquery-1.8.2.min.js"); ?>
<?php echo include_js("/data/js/jquery-ui-1.8.23.custom.min.js"); ?>
<?php echo include_js("/data/js/bootstrap-2.1.1.min.js"); ?>
<?php echo include_js("/data/js/script.js"); ?>
<?php echo include_registered_js(); ?>
</body>
</html>