* adjust the title assign.

This commit is contained in:
wangchunsheng
2013-01-18 02:38:59 +00:00
parent 740e82af5c
commit 1661213e2d

View File

@@ -12,9 +12,7 @@ $clientTheme = $this->app->getClientTheme();
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<?php
$header = isset($header) ? (object)$header : new stdclass();
if(!isset($header->title)) $header->title = $lang->ZenTaoPMS;
echo html::title($header->title . ' - ' . $lang->ZenTaoPMS);
html::title($title . ' - ' . $lang->zentaoPMS);
js::exportConfigVars();
if($config->debug)