diff --git a/trunk/module/common/header.html.php b/trunk/module/common/header.html.php index 3925185563..4bfc58889f 100644 --- a/trunk/module/common/header.html.php +++ b/trunk/module/common/header.html.php @@ -9,9 +9,10 @@ $themeRoot = $webRoot . "theme/";
$header[title] - $lang->zentaoMS\n"; - if(isset($header['keyword'])) echo "\n"; - if(isset($header['desc'])) echo "\n"; + $header = (object)$header; + if(isset($header->title)) echo "