Skip to content

Commit cd8d313

Browse files
committed
added load view footer_internal line 118
1 parent 60cff0c commit cd8d313

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

cweb/elcurrencyweb/controllers/Currency_History.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

cweb/elcurrencyweb/controllers/Currency_Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

cweb/elcurrencyweb/controllers/Currency_Users.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)