* adjust the title assign.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user