示例#1
0
 public function __construct()
 {
     parent::__construct();
     $this->breadcrumbs->delete();
     // remove Content bread crumb and add our own.
     $this->breadcrumbs->add()->url('products')->title('Home');
     $this->breadcrumbs->add()->url(false)->title('Products');
     $this->breadcrumbs->add()->url('products/papers')->title('Papers');
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
 }