summaryrefslogtreecommitdiff
path: root/themes/bluemarine
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-08-20 17:21:37 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-08-20 17:21:37 +0000
commit9f2d6f0e5193ebf8e65289f37b3a8d182bbd7e08 (patch)
treeb8870391f817f337903c6835a33cabbaa1c6aa0c /themes/bluemarine
parent1a82f4d4dbf7f137d5940ca989a1a332cf4b21ce (diff)
downloadbrdo-9f2d6f0e5193ebf8e65289f37b3a8d182bbd7e08.tar.gz
brdo-9f2d6f0e5193ebf8e65289f37b3a8d182bbd7e08.tar.bz2
- Fixing 'flash of unstyled content' in bluemarine/pushbutton, which got reintroduced after the template changes.
- Fixed separate styles: added theme_get_styles() and the xtemplate {styles} tag to make sure stylesheets get included in the right order (drupal-specific, template-specific, style-specific). - Fixing missing class on screenshots. - Renamed drupal_get_theme_setting() and drupal_get_theme_settings() to theme_get_setting() and theme_get_settings().
Diffstat (limited to 'themes/bluemarine')
-rw-r--r--themes/bluemarine/xtemplate.xtmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/bluemarine/xtemplate.xtmpl b/themes/bluemarine/xtemplate.xtmpl
index a622be24f..fbeef1e58 100644
--- a/themes/bluemarine/xtemplate.xtmpl
+++ b/themes/bluemarine/xtemplate.xtmpl
@@ -4,6 +4,8 @@
<head>
<title>{head_title}</title>
{head}
+ {styles}
+ <script type="text/javascript"> </script>
</head>
<body{onload_attributes}>