Add site footer
This commit is contained in:
parent
130d22a754
commit
b0cc87e193
|
@ -50,6 +50,7 @@ var USEROPTS = {
|
|||
};
|
||||
applyOpts();
|
||||
$("#optlink").click(showUserOpts);
|
||||
$("#sitefooter").load("footer.html");
|
||||
|
||||
var Rank = {
|
||||
Guest: 0,
|
||||
|
|
1
www/footer.html
Normal file
1
www/footer.html
Normal file
|
@ -0,0 +1 @@
|
|||
<p style="text-align: center"></p>
|
|
@ -267,6 +267,8 @@
|
|||
</div> <!-- /container -->
|
||||
<div class="push"></div>
|
||||
</div>
|
||||
<div id="sitefooter">
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p class="muted">
|
||||
CyTube Software Copyright © 2013 Calvin Montgomery. Available for free on <a href="http://github.com/calzoneman/sync">GitHub</a>
|
||||
|
|
Loading…
Reference in a new issue