From 36da307e4567fa519ad38c0c13b9a4986adc47f8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 10 Nov 2003 09:03:53 +0000 Subject: - Improvement: made sure that the example theme uses the misc/drupal.css stylesheet. --- includes/theme.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index eadafe75a..59c83b245 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -25,9 +25,15 @@ function theme_header($title = "") { $output = "\n"; $output .= ""; - $output .= "". $title ? $title : variable_get(site_name, "drupal") .""; + $output .= ""; + $output .= " ". $title ? $title : variable_get(site_name, "drupal") .""; $output .= theme_head($main); - $output .= ""; + $output .= " "; + + $output .= " "; + $output .= " "; $output .= "
"; $output .= theme("box", t("Navigation"), @implode("
", link_page())); -- cgit v1.2.3