mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed the country files update area which was broken due to the interface update
This commit is contained in:
@@ -11,9 +11,9 @@ class Update extends CI_Controller {
|
||||
public function index()
|
||||
{
|
||||
$data['page_title'] = "Updates";
|
||||
$this->load->view('layout/header', $data);
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('update/index');
|
||||
$this->load->view('layout/footer');
|
||||
$this->load->view('interface_assets/footer');
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user