diff --git a/application/controllers/Home.php b/application/controllers/Home.php index f64b0d5b..b4d38b54 100644 --- a/application/controllers/Home.php +++ b/application/controllers/Home.php @@ -50,7 +50,7 @@ private function homeMessage() { $randWatches = rand(0, 3); $watchBrands = array('Seiko', 'Rolex', 'Omega'); - $videos = array('Omega', 'Rolex', 'Zenith', 'Vacheron'); + $videos = array('Omega', 'Rolex', 'Vacheron'); $video = vid_url('Zenith.mp4'); @@ -112,4 +112,4 @@ function contact() { $this->load->view('contact'); $this->load->view('footer'); } -} \ No newline at end of file +} diff --git a/assets/videos/Zenith.mp4 b/assets/videos/Zenith.mp4 deleted file mode 100755 index cd14b6f1..00000000 Binary files a/assets/videos/Zenith.mp4 and /dev/null differ