summaryrefslogtreecommitdiff
path: root/themes/unconed/unconed.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/unconed/unconed.theme')
-rw-r--r--themes/unconed/unconed.theme2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme
index 77d02d5cc..7fddff88f 100644
--- a/themes/unconed/unconed.theme
+++ b/themes/unconed/unconed.theme
@@ -45,12 +45,14 @@
}
function header($title = "") {
+ global $base_url;
srand((double)microtime()*1000000);
?>
<HTML>
<HEAD>
<?php print theme_head($main); ?>
<TITLE><?php echo ($title ? ($title . " - ") : "") . variable_get(site_name, "drupal"); ?></TITLE>
+ <BASE HREF="<?php echo "$base_url/"; ?>" />
<STYLE type="text/css">
<!--
TABLE { border-width: 0; }