From 8ed6d1183b50de62d495361ff37be71fcc00d48b Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 30 Jun 2009 08:21:00 -0700 Subject: Fix for #319. Created a new view "movieplayer.html.php", which is rendered by Item_Model::movie_img(). Changed movie.html.php to use movie_img to render the movie player link. --- themes/default/views/movie.html.php | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'themes') diff --git a/themes/default/views/movie.html.php b/themes/default/views/movie.html.php index 134e3571..c2fb0e30 100644 --- a/themes/default/views/movie.html.php +++ b/themes/default/views/movie.html.php @@ -12,23 +12,7 @@ - - - + movie_img(array("class" => "gMovie", "id" => "gMovieId-{$item->id}")) ?>

title) ?>

-- cgit v1.2.3