@@ -27,7 +27,7 @@ public function view($id=NULL)
2727
2828
2929 $ this -> load -> view ('templates/header ' );
30- $ this -> load -> view ('templates/breadcrumbs ' );
30+ // $this -> load -> view('templates/breadcrumbs');
3131 $ this -> load -> view ('pages/course-intro ' , array ('course ' => $ course ));
3232 // $this -> load -> view('widgets/similar-courses-widget');
3333 $ this -> load -> view ('templates/footer ' );
@@ -43,7 +43,7 @@ public function edit($id)
4343 }
4444
4545 $ this -> load -> view ('templates/header ' );
46- $ this -> load -> view ('templates/breadcrumbs ' );
46+ // $this -> load -> view('templates/breadcrumbs');
4747 $ this -> load -> view ('pages/course-intro ' , array ('course ' => $ course ));
4848 $ this -> load -> view ('templates/footer ' );
4949 }
@@ -172,7 +172,7 @@ public function add()
172172
173173 $ message = "" ;
174174 $ this ->load ->view ('templates/header ' );
175- $ this ->load ->view ('templates/breadcrumbs ' );
175+ // $this->load->view('templates/breadcrumbs');
176176 // $this->load->view('pages/course_add', array('message' => $message));
177177 $ this ->load ->view ('pages/course-add ' , array ('message ' => $ message ));
178178 $ this ->load ->view ('templates/footer ' );
@@ -208,7 +208,7 @@ public function course_playback($course_id = NULL, $start_lecture=-1)
208208 $ lectures = $ this -> lecture -> getWithCondition (array ('course_id ' => $ course_id ));
209209
210210 $ this ->load ->view ('templates/header ' );
211- $ this ->load ->view ('templates/breadcrumbs ' );
211+ // $this->load->view('templates/breadcrumbs');
212212 $ this ->load ->view ('pages/course-playback ' , array ('course_id ' => $ course_id , 'course ' => $ course , 'lect_files ' => $ lect_files , 'lectures ' => $ lectures , 'current_lecture ' => $ start_lecture ));
213213 $ this ->load ->view ('templates/footer ' );
214214 }
0 commit comments