summaryrefslogtreecommitdiffstats
path: root/management-interface/template/footer.php
blob: bfae99fe4a5d3ac1f3696b56a0a21946e4cbd938 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
</div> <!-- /container -->
<?php
//var_dump($_SESSION);
?>
    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
    <script src="js/bootstrap.min.js"></script>
    <script src="js/custom.js"></script>
  </body>
</html>