Exemplo n.º 1
0
 public function __construct(Page $currentPage)
 {
     $dashboard = \Page::getByPath('/account');
     $this->setTitle(t('My Account'));
     $this->setWrapperClass('ccm-nav-wrapper');
     parent::__construct($dashboard, $currentPage);
 }
Exemplo n.º 2
0
 public function __construct(Page $currentPage)
 {
     $dashboard = \Page::getByPath('/dashboard');
     parent::__construct($dashboard, $currentPage);
 }