Updated Radio Interface, removed Social (old idea) and switched most UI assets to local js.

This commit is contained in:
Peter Goodhall
2019-01-13 15:59:16 +00:00
parent 9c2959779b
commit b2e70badce
1576 changed files with 110018 additions and 105 deletions

View File

@@ -11,9 +11,9 @@
// load the view
$data['page_title'] = "Radio Status";
$this->load->view('layout/header', $data);
$this->load->view('interface_assets/header', $data);
$this->load->view('radio/index');
$this->load->view('layout/footer');
$this->load->view('interface_assets/footer');
}
function status() {