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