summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-20 08:54:07 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-20 08:54:07 +0000
commit56d0d76f0f44434bf12d863c10d16cfb145a2e23 (patch)
treeddb52e929ab03113824997089f77a4d70f85dcf5 /themes
parent10d7f7731b0f955fd1cec7acb95051d656802b4e (diff)
downloadbrdo-56d0d76f0f44434bf12d863c10d16cfb145a2e23.tar.gz
brdo-56d0d76f0f44434bf12d863c10d16cfb145a2e23.tar.bz2
- Patch #27884 by gordon: js addLoadEvent not working.
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/page.tpl.php2
-rw-r--r--themes/chameleon/chameleon.theme2
-rw-r--r--themes/engines/phptemplate/phptemplate.engine1
-rw-r--r--themes/pushbutton/page.tpl.php2
4 files changed, 3 insertions, 4 deletions
diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php
index 9683955bf..f75ea826a 100644
--- a/themes/bluemarine/page.tpl.php
+++ b/themes/bluemarine/page.tpl.php
@@ -8,7 +8,7 @@
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
</head>
-<body<?php print $onload_attributes ?>>
+<body>
<table border="0" cellpadding="0" cellspacing="0" id="header">
<tr>
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index da80828f4..bd6d865c6 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -38,7 +38,7 @@ function chameleon_page($content) {
$output .= " <link rel=\"stylesheet\" type=\"text/css\" href=\"themes/chameleon/common.css\" />\n";
$output .= theme_get_styles();
$output .= "</head>";
- $output .= "<body". theme_onload_attribute() .">\n";
+ $output .= "<body>\n";
$output .= " <div id=\"header\">";
if ($logo = theme_get_setting('logo')) {
diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine
index ac98567f7..e7ddc86a2 100644
--- a/themes/engines/phptemplate/phptemplate.engine
+++ b/themes/engines/phptemplate/phptemplate.engine
@@ -197,7 +197,6 @@ function phptemplate_page($content) {
'logo' => theme_get_setting('logo'),
'messages' => theme('status_messages'),
'mission' => isset($mission) ? $mission : '',
- 'onload_attributes' => theme('onload_attribute'),
'primary_links' => menu_primary_links(),
'search_box' => (theme_get_setting('toggle_search') ? search_box() : ''),
'secondary_links' => menu_secondary_links(),
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php
index c986023ca..56faa28b4 100644
--- a/themes/pushbutton/page.tpl.php
+++ b/themes/pushbutton/page.tpl.php
@@ -7,7 +7,7 @@
<?php print $styles ?>
</head>
-<body bgcolor="#ffffff" <?php print theme("onload_attribute"); ?>>
+<body bgcolor="#ffffff">
<div class="hide"><a href="#content" title="Skip navigation." accesskey="2">Skip navigation</a>.</div>