Improve dashboard
This commit is contained in:
@@ -140,6 +140,19 @@ class LayoutHelper extends Base
|
||||
return $this->subLayout('plugin/layout', 'plugin/sidebar', $template, $params);
|
||||
}
|
||||
|
||||
/**
|
||||
* Common layout for dashboard views
|
||||
*
|
||||
* @access public
|
||||
* @param string $template
|
||||
* @param array $params
|
||||
* @return string
|
||||
*/
|
||||
public function dashboard($template, array $params)
|
||||
{
|
||||
return $this->subLayout('dashboard/layout', 'dashboard/sidebar', $template, $params);
|
||||
}
|
||||
|
||||
/**
|
||||
* Common layout for analytic views
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user