* fix the error of html::titlte().

This commit is contained in:
wangchunsheng
2013-01-20 05:48:34 +00:00
parent 1fa949ffec
commit a1ed0dee83

View File

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