From 9c4b728940d19b9693e929ada35643616831a738 Mon Sep 17 00:00:00 2001 From: Matthew Juhl <mjuhl24@gmail.com> Date: Thu, 17 Sep 2009 20:41:33 +0000 Subject: [PATCH] Video thumb scroller fix --- customindex/views/default/customindex/content.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 762f6fd0..907a1ec2 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -370,8 +370,12 @@ div.items a.active { <a href="http://ucomm.unl.edu/av/video/pyotm/MicrogravityU_PYOTM.mp4"><img src="mod/customindex/videoThumbMicrogravity.jpg" alt="Microgravity Thumbnail" /></a> <a href="http://ucomm.unl.edu/av/video/pyotm/ZNETprojectPYOTM.mp4"><img src="mod/customindex/videoThumbZNet.jpg" alt="Zero Net Energy Thumbnail" /></a> <a href="http://ucomm.unl.edu/av/video/pyotm/EricaPetersonPYOTM.mp4"><img src="mod/customindex/videoThumbErica.jpg" alt="Video Thumbnail" /></a> - <!-- add more videos here... --> + <!-- Add more videos here: --> + + + <!-- Leave this as the last video --> + <a href="http://ucomm.unl.edu/av/video/pyotm/PutYourselfOnTheMap.mp4"><img src="mod/customindex/videoThumbPromo.jpg" alt="Promo Thumbnail" /></a> </div> </div> <a class="nextPage browse right"></a> -- GitLab