diff --git a/includes/theme.inc b/includes/theme.inc index 5cb18985a247..9207e937ed66 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -395,7 +395,7 @@ function theme_page($content) { $output .= theme_get_styles(); $output .= ' '; - $output .= '
'; + $output .= ' '; $output .= '| ';
 
   $output .= theme('blocks', 'all');
@@ -909,28 +909,6 @@ function theme_closure($main = 0) {
   return implode("\n", $footer);
 }
 
-/**
- * Call hook_onload() in all modules to enable modules to insert JavaScript that
- * will get run once the page has been loaded by the browser.
- *
- * @param $theme_onloads
- *   Additional onload directives.
- * @return
- *   A string containing the onload attributes.
- */
-function theme_onload_attribute($theme_onloads = array()) {
-  if (!is_array($theme_onloads)) {
-    $theme_onloads = array($theme_onloads);
-  }
-  // Merge theme onloads (javascript rollovers, image preloads, etc.)
-  // with module onloads (htmlarea, etc.)
-  $onloads = array_merge(module_invoke_all('onload'), $theme_onloads);
-  if (count($onloads)) {
-    return ' onload="' . implode('; ', $onloads) . '"';
-  }
-  return '';
-}
-
 /**
  * Return a set of blocks available for the current user.
  *
diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php
index 9683955bf263..f75ea826a6a5 100644
--- a/themes/bluemarine/page.tpl.php
+++ b/themes/bluemarine/page.tpl.php
@@ -8,7 +8,7 @@
   
 
 
->
+
 
  |