Log in

View Full Version : If a have a JAVASCRIPT file how do I call it from vbulletin?


Sam1985
03-30-2007, 01:44 AM
I have a menu that i created and It has a javascript.js file. I want to put the menu in the header.
how do i call that file from vbulletin?
where do i put the code?


<script type="text/javascript" src="tabcontent.js">
</script>

answered my own question. from headerinclude!;)