From 514a1a96ed01725c1e7c3d028e80e2a825ec76fd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 30 May 2003 05:49:57 +0000 Subject: - Remove the -tags from the themes; these are being added by theme_head(). --- themes/marvin/marvin.theme | 2 -- themes/unconed/unconed.theme | 1 - themes/xtemplate/xtemplate.theme | 3 --- themes/xtemplate/xtemplate.xtmpl | 1 - 4 files changed, 7 deletions(-) diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 0841b5d7d..ad62746fb 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -17,14 +17,12 @@ } function header($title = "") { - global $base_url; ?> - " /> <?php if ($title) { diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index b5762aba6..2f5e0d195 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -44,7 +44,6 @@ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <?php print theme_head($main); ?> <title><?php echo ($title ? ($title . " - ") : "") . variable_get(site_name, "drupal"); ?> - " /> diff --git a/themes/xtemplate/xtemplate.theme b/themes/xtemplate/xtemplate.theme index 4d23996fa..d6c283fc9 100644 --- a/themes/xtemplate/xtemplate.theme +++ b/themes/xtemplate/xtemplate.theme @@ -71,12 +71,9 @@ class Theme_xtemplate extends BaseTheme { } function header($title = "") { - global $base_url; - $this->template->assign(array( "title" => ($title ? $title." | ". variable_get("site_name", "drupal") : variable_get("site_name", "drupal") ." | ". variable_get("site_slogan", "")), "head" => theme_head(), - "base" => "$base_url/", "onload_attributes" => theme_onload_attribute(), "primary_links" => variable_get("xtemplate_primary_links", l("edit primary links", "admin/system/themes/xtemplate")), "secondary_links" => variable_get("xtemplate_secondary_links", l("edit secondary links", "admin/system/themes/xtemplate")) diff --git a/themes/xtemplate/xtemplate.xtmpl b/themes/xtemplate/xtemplate.xtmpl index f8be0756b..9f3f667f5 100644 --- a/themes/xtemplate/xtemplate.xtmpl +++ b/themes/xtemplate/xtemplate.xtmpl @@ -6,7 +6,6 @@ {title} - -- cgit v1.2.3