mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Updated Radio Interface, removed Social (old idea) and switched most UI assets to local js.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user