diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-05-30 07:33:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-05-30 07:33:37 +0000 |
commit | d00c95711390022196faef82e3c992c736e1317a (patch) | |
tree | 17cca4a467822daf16988bc8a63059207015e344 | |
parent | ed1a9cbfa7263111ae19d5fa2c19bb02c3e8a49f (diff) | |
download | brdo-d00c95711390022196faef82e3c992c736e1317a.tar.gz brdo-d00c95711390022196faef82e3c992c736e1317a.tar.bz2 |
- Import the theme specific stylesheet after importing drupal.css.
-rw-r--r-- | themes/xtemplate/xtemplate.xtmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/xtemplate/xtemplate.xtmpl b/themes/xtemplate/xtemplate.xtmpl index 9f3f667f5..54f02cdd6 100644 --- a/themes/xtemplate/xtemplate.xtmpl +++ b/themes/xtemplate/xtemplate.xtmpl @@ -6,10 +6,10 @@ <head> <title>{title}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + {head} <style type="text/css" media="all"> @import "themes/xtemplate/xtemplate.css"; </style> - {head} </head> <body{onload_attributes}> |