* adjust title.

This commit is contained in:
wangchunsheng
2012-09-02 07:31:12 +00:00
parent 917921ee76
commit 80023501b1
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ $clientTheme = $this->app->getClientTheme();
<?php
$header = isset($header) ? (object)$header : new stdclass();
if(!isset($header->title)) $header->title = $lang->ZenTaoPMS;
echo html::title($header->title . ' / ' . $lang->ZenTaoPMS);
echo html::title($header->title . ' - ' . $lang->ZenTaoPMS);
js::exportConfigVars();
if($config->debug)