DrupalBin
Submit Code
About
Recent Posts
float?
1 hour 59 min
ago
views handler
5 hours 30 min
ago
Code
5 hours 45 min
ago
Code
5 hours 47 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
Adding CSS
View
Download
Fix
May 28, 2008 - 11:05am — Anonymous
// in my template.php
$theme_path
=
path_to_theme
(
)
;
// Add javascript and stylesheets here.
drupal_add_css
(
$theme_path
.
'/css/mystyles.css'
,
'theme'
,
'all'
)
;
drupal_add_js
(
$theme_path
.
'/myjavascript.js'
)
;
css