By stevenpatz on
I have a Javascript that creates tabs inside of a page. After doing some searching, it seems that running Javascript in Drupal can't be done? Is this correct? If not how would I handle getting the Javascript to work ( the tabs are on every 'article' page. Thanks.
Comments
Edit theme
Hi,
If its on every page then you can insert the javascript tag(the include line) in the head section in the page.tpl.php file of your theme.
Look in 'theme' folder.
Karthik
Not every page.
Just pages that are articles from an E-Publish standpoint.