summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/marvin/marvin.theme2
-rw-r--r--themes/unconed/unconed.theme1
-rw-r--r--themes/xtemplate/xtemplate.theme3
-rw-r--r--themes/xtemplate/xtemplate.xtmpl1
4 files changed, 0 insertions, 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;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<?php print theme_head($main); ?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <base href="<?php echo "$base_url/" ?>" />
<title>
<?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"); ?></title>
- <base href="<?php echo "$base_url/"; ?>" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="themes/unconed/unconed.css" />
</head>
<body text="#000000" bgcolor="<?php print $this->clc0; ?>" alink="#000000" link="#404040" vlink="#404040">
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 @@
<head>
<title>{title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <base href="{base}" />
<style type="text/css" media="all">
@import "themes/xtemplate/xtemplate.css";
</style>