Created
January 13, 2016 09:42
-
-
Save k0nsl/ee9cdba73574f9135cff to your computer and use it in GitHub Desktop.
xmas-phpbb3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (overall_footer.html) | |
| <script type="text/javascript"> | |
| (function($) { | |
| $('<div id="banner-xmas"></div>').insertBefore("#nav-main"); | |
| $('<div class="forum-xmas"></div>').insertBefore(".forabg, .forumbg"); | |
| })(jQuery); | |
| </script> | |
| <link href="/styles/codoh_blue/theme/santa.css" rel="stylesheet" type="text/css" media="screen" /> | |
| <!-- INCLUDEJS snowstorm-min.js --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment