From 151ed277865cf3a72bb16610b7855207e38e082c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 22 Nov 2008 13:55:27 +0000 Subject: - Patch #332980 by scor: added an RDF namespace registry. Oh my ... :-) --- themes/bluemarine/page.tpl.php | 8 ++++---- themes/chameleon/chameleon.theme | 8 +++++--- themes/garland/page.tpl.php | 9 +++++---- themes/pushbutton/page.tpl.php | 7 ++++--- 4 files changed, 18 insertions(+), 14 deletions(-) (limited to 'themes') diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php index b279cd42a..1a1e73ff5 100644 --- a/themes/bluemarine/page.tpl.php +++ b/themes/bluemarine/page.tpl.php @@ -1,9 +1,9 @@ - - - +?> +> + <?php print $head_title ?> diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index dc9d7d738..8a34019c0 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -22,14 +22,16 @@ function chameleon_page($content, $show_blocks = TRUE, $show_messages = TRUE) { } $title = drupal_get_title(); + $rdf_namespaces = drupal_get_rdf_namespaces(); // Get blocks before so that they can alter the header (JavaScript, Stylesheets etc.) $blocks_left = theme_blocks('left'); $blocks_right = theme_blocks('right'); - $output = "\n"; - $output .= "\n"; - $output .= "\n"; + $output = "\n"; + $output .= "\n"; $output .= " " . ($title ? strip_tags($title) . " | " . variable_get("site_name", "Drupal") : variable_get("site_name", "Drupal") . " | " . variable_get("site_slogan", "")) . "\n"; $output .= drupal_get_html_head(); $output .= drupal_get_css(); diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php index 4cef92d2b..f6afc5eb1 100644 --- a/themes/garland/page.tpl.php +++ b/themes/garland/page.tpl.php @@ -1,9 +1,10 @@ - - +?> +> + <?php print $head_title ?> diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php index 6d06c0453..8cf1c3981 100644 --- a/themes/pushbutton/page.tpl.php +++ b/themes/pushbutton/page.tpl.php @@ -1,8 +1,9 @@ - - +?> +> + <?php print $head_title ?> -- cgit v1.2.3