File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
cweb/elcurrencyweb/controllers Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,9 @@ public function listcurrencies($id = NULL)
115115 $ this ->load ->view ('header.php ' ,$ data );
116116 $ this ->load ->view ('menu ' ,$ data );
117117 $ this ->load ->view ('history ' ,$ data );
118- $ this ->load ->view ('footer ' ,$ data );
118+ // $this->load->view('footer',$data);
119+ $ this ->load ->view ('footer_internal ' ,$ data );
120+
119121
120122 }
121123
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public function listTodayCurrencies()
7676 $ this ->load ->view ('header ' ,$ data );
7777 $ this ->load ->view ('menu ' ,$ data );
7878 $ this ->load ->view ('currency ' ,$ data );
79- $ this ->load ->view ('footer ' ,$ data );
79+ $ this ->load ->view ('footer_internal ' ,$ data );
8080 }
8181
8282}
Original file line number Diff line number Diff line change @@ -50,7 +50,9 @@ public function listusers()
5050 $ this ->load ->view ('header ' ,$ data );
5151 $ this ->load ->view ('menu ' );
5252 $ this ->load ->view ('empty ' ,$ data );
53- $ this ->load ->view ('footer ' ,$ data );
53+ // $this->load->view('footer',$data);
54+ $ this ->load ->view ('footer_internal ' ,$ data );
55+
5456 }
5557}
5658
You can’t perform that action at this time.
0 commit comments