Improve project page titles
This commit is contained in:
@@ -156,6 +156,10 @@ class LayoutHelper extends Base
|
||||
*/
|
||||
public function analytic($template, array $params)
|
||||
{
|
||||
if (isset($params['project']['name'])) {
|
||||
$params['title'] = $params['project']['name'].' > '.$params['title'];
|
||||
}
|
||||
|
||||
return $this->subLayout('analytic/layout', 'analytic/sidebar', $template, $params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user