Add site footer

This commit is contained in:
calzoneman 2013-04-30 11:13:06 -05:00
parent 130d22a754
commit b0cc87e193
3 changed files with 4 additions and 0 deletions

View file

@ -50,6 +50,7 @@ var USEROPTS = {
};
applyOpts();
$("#optlink").click(showUserOpts);
$("#sitefooter").load("footer.html");
var Rank = {
Guest: 0,

1
www/footer.html Normal file
View file

@ -0,0 +1 @@
<p style="text-align: center"></p>

View file

@ -267,6 +267,8 @@
</div> <!-- /container -->
<div class="push"></div>
</div>
<div id="sitefooter">
</div>
<div id="footer">
<p class="muted">
CyTube Software Copyright &copy; 2013 Calvin Montgomery. Available for free on <a href="http://github.com/calzoneman/sync">GitHub</a>