Various changes including contact messages in database, contact message notifications, notification emails, bugfixes and more
This commit is contained in:
@@ -16,8 +16,8 @@ class Twitch extends MY_Controller {
|
||||
|
||||
// $data =
|
||||
|
||||
$result = $this->load->view('twitch_result', ['json' => $this->TwitchModel->getTwitchInfos($channel), 'stream' => $this->TwitchModel->getTwitchStream($channel), 'videos' => $this->TwitchModel->getTwitchVideos($channel)], true);
|
||||
$this->load->view('twitch', ['result' => $result]);
|
||||
$result = $this->load->view('tools/twitch_result', ['json' => $this->TwitchModel->getTwitchInfos($channel), 'stream' => $this->TwitchModel->getTwitchStream($channel), 'videos' => $this->TwitchModel->getTwitchVideos($channel)], true);
|
||||
$this->load->view('tools/twitch', ['result' => $result]);
|
||||
$this->load->view('footer');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user