<?phpnamespace ConcreteControllerSinglePageDashboard;use ConcreteCorePageControllerDashboardPageController;class News extends DashboardPageController { protected $viewPath = '/dashboard/home'; public $helpers = array('form'); }