Include CSS or Javascript file for specific node in Drupal 6
Posted
by Evan
on Stack Overflow
See other posts from Stack Overflow
or by Evan
Published on 2008-09-14T23:54:58Z
Indexed on
2010/06/10
11:43 UTC
Read the original article
Hit count: 247
drupal
|preprocess
What is the best method for including a CSS or Javascript file for a specific node in Drupal 6.
I want to create a page on my site that has a little javascript application running, so the CSS and javascript is specific to that page and would not want to be included in other page loads at all.
© Stack Overflow or respective owner