Example #1
0
 protected function get_breadcrumb()
 {
     return array_merge(parent::get_breadcrumb(), array(array('title' => $this->message->subject, 'href' => Route::url('message.view', array('id' => $this->message->id)))));
 }
Example #2
0
 protected function get_breadcrumb()
 {
     return array_merge(parent::get_breadcrumb(), array(array('title' => 'Outbox', 'href' => Route::url('message.outbox'))));
 }
Example #3
0
 protected function get_breadcrumb()
 {
     return array_merge(parent::get_breadcrumb(), array(array('title' => 'Create Message', 'href' => Route::url('message.create', array('username' => $this->username)))));
 }