update
This commit is contained in:
@@ -355,7 +355,7 @@ class FrontController {
|
||||
private function GenerateTitle() {
|
||||
$headers = Registry::Get('headers');
|
||||
//Utils::ArrayDisplay($headers);
|
||||
$t = $headers['title'];
|
||||
$t = isset($headers['title']) && is_array($headers['title']) ? $headers['title'] : [];
|
||||
if(count($t)>1) {
|
||||
$title = implode($this->titleDelimiter, $t);
|
||||
} else if (count($t) == 1) {
|
||||
|
||||
Reference in New Issue
Block a user