diff options
Diffstat (limited to 'themes/marvin/marvin.theme')
-rw-r--r-- | themes/marvin/marvin.theme | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 1bd4d7cf9..05e761e59 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -14,12 +14,11 @@ var $link = "#666699"; function header() { - global $site_name; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML> <HEAD> - <TITLE><?php print $site_name; ?></TITLE> + <TITLE><?php print variable_get(site_name, "drupal"); ?></TITLE> </HEAD> <STYLE type="text/css"> <!-- |