By errorist on
Hi,
I have a css file in "themes/theme_name/home.css" and in order to add this file I used following code:
drupal_add_css(path_to_theme(). "/home.css", "theme");
But is not added. Do you see any error in it.
Hi,
I have a css file in "themes/theme_name/home.css" and in order to add this file I used following code:
drupal_add_css(path_to_theme(). "/home.css", "theme");
But is not added. Do you see any error in it.
Comments
Hi, move your code to
Hi,
move your code to template.php in your theme folder or just add a line to your THEME.info file in your theme folder like this:
stylesheets[all][] = YOUR_FILE.css
see: http://drupal.org/node/171205#stylesheets