-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfooter.php
executable file
·48 lines (39 loc) · 1.6 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php if(!isset($no_visible_elements) || !$no_visible_elements) { ?>
<!-- content ends -->
</div><!--/#content.span10-->
<?php } ?>
</div><!--/fluid-row-->
<?php if(!isset($no_visible_elements) || !$no_visible_elements) { ?>
<hr>
<div class="modal hide fade" id="modal_info">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h3>info()</h3>
</div>
<div class="modal-body">
<p><a href="http://dev.bukkit.org/server-mods/lolmewnstats/">Bukkit Stats plugin</a> by <a href="http://www.centrility.nl/">Lolmewn</a></p>
<p><a href="http://usman.it/free-responsive-admin-template">Free admin theme "charisma"</a> by <a href="http://usman.it/about/">Muhammad Usman</a></p>
<p><a href="#">PHP code, HTML & JS modifications</a> by <a href="http://cynexit.com/">cynexit</a></p>
</div>
<div class="modal-footer">
<a href="#" class="btn" data-dismiss="modal">Close</a>
</div>
</div>
<footer>
<p class="pull-left"><a href="#" class="brand">info()</a></p>
</footer>
<?php } ?>
</div><!--/.fluid-container-->
<!-- external javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- jQuery -->
<script src="js/giant_uncomp.js"></script>
<script src="js/excanvas.js"></script>
<script src="js/jquery.flot.min.js"></script>
<script src="js/jquery.flot.pie.min.js"></script>
<script src="js/jquery.flot.stack.js"></script>
<script src="js/jquery.flot.resize.min.js"></script>
<script src="js/charisma.js"></script>
</body>
</html>