Example #1
0
 protected function get_breadcrumb()
 {
     $category = $this->topic->category;
     return array_merge(parent::get_breadcrumb(), array(array('title' => 'Poll', 'href' => Route::url('forum.poll', array('id' => $this->topic->id)))));
 }
Example #2
0
 public function get_breadcrumb()
 {
     return array_merge(parent::get_breadcrumb(), array(array('title' => 'Delete', 'href' => Route::url('forum.topic', array('action' => 'delete', 'id' => $this->topic->id)))));
 }