Quote:
Originally Posted by flypaper
I challenge you to find </body> in the footer (on a default style anyway).
|
OK So technically that's correct, because 'footer' is included just before the </body> tag.
Paste it just after this in your footer template:
Code:
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
And it will appear before </body>.
My point still stands.