Skip to content

Commit

Permalink
remove zenith video #82
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Feb 2, 2016
1 parent 87f9f98 commit b89e045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/Home.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down Expand Up @@ -112,4 +112,4 @@ function contact() {
$this->load->view('contact');
$this->load->view('footer');
}
}
}
Binary file removed assets/videos/Zenith.mp4
Binary file not shown.

0 comments on commit b89e045

Please sign in to comment.