From c6a9f758ad8a5edd7e121ec9a845ac49d5eaf4ae Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 25 Nov 2001 14:40:40 +0000 Subject: [PATCH] - marvin.theme updates: + Some improvements to make it look better on Windows. I don't have Windows though so I can't really test it. + Fixed the character encoding and the doctype, and polished on the XML well-formedness of the theme. --- themes/marvin/marvin.theme | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 91aea2c27be..37f9211da57 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -19,16 +19,33 @@ var $background = "#EAEAEA"; function header() { + global $HTTP_USER_AGENT; ?> - + - <?php print variable_get("site_name", "drupal") ." - ". variable_get("site_slogan", ""); ?> + + + <?php + print variable_get("site_name", "drupal") ." - ". variable_get("site_slogan", ""); + ?> + @@ -57,7 +74,7 @@ print "\n"; print " \n"; print " \n"; - print " \n"; + print " \n"; print " \n"; if ($main && $node->teaser) {
\"\"   ". check_output($node->title) ."
\"\"
". strtr(t("Submitted by %a on %b"), array("%a" => format_name($node), "%b" => format_date($node->created, "large"))); ?>". node_index($node) ."
". strtr(t("Submitted by %a on %b"), array("%a" => format_name($node), "%b" => format_date($node->created, "large"))); ?>". node_index($node) ."