2021-10-14 14:33:02 +00:00
|
|
|
<footer class="main-footer">
|
|
|
|
<div class="pull-right hidden-xs">
|
|
|
|
<b>Version</b> 2.0.0
|
|
|
|
</div>
|
|
|
|
<strong>Copyright © <?php Date('Y'); ?> <a href="https://ilink-app.com">iLink World Corporation</a>.</strong> All rights
|
|
|
|
reserved.
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
// Add remove loading class on body element based on Ajax request status
|
|
|
|
$(document).on({
|
|
|
|
ajaxStart: function () {
|
|
|
|
$("body").addClass("loading");
|
|
|
|
},
|
|
|
|
ajaxStop: function () {
|
|
|
|
$("body").removeClass("loading");
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|