From ac89e82be066bcce5193920582c3a95b748ddf31 Mon Sep 17 00:00:00 2001
From: Matthew Juhl <mjuhl24@gmail.com>
Date: Wed, 4 Nov 2009 23:26:43 +0000
Subject: [PATCH] Video thumbs fix

---
 customindex/views/default/customindex/content.php | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index 4000bb4d..1e78eb5a 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -23,7 +23,7 @@
 <script type="text/javascript" src="http://globe.poly9.com/api.js"></script>
 <script type="text/javascript" src="<?php echo $CONFIG->url ?>mod/customindex/witw_people.js"></script>
 <script type="text/javascript" src="<?php echo $CONFIG->url ?>mod/customindex/views/default/customindex/globesplash.js"></script>
-<?php echo '<script type="text/javascript">WDN.loadJS("'.$vars['url'] . 'mod/unl_theme/scripts/jquery.tools.min.js"); $(document).ready(function(){$("div.scrollable").scrollable()});</script>'; ?>
+<?php echo '<script type="text/javascript">WDN.loadJS("'.$vars['url'] . 'mod/unl_theme/scripts/jquery.tools.min.js"); $(document).ready(function(){$("div.scrollable").scrollable({size:4})});</script>'; ?>
 
 <!-- begin splash code from ucommcoleman/workspace/wdntempaltes/splash.shtml -->
 <div id="splashwrapper">  
@@ -243,7 +243,6 @@
 					<a href="http://ucomm.unl.edu/av/video/pyotm/Nithal_Kuwa_PYOTM.mp4"><img src="mod/customindex/videoThumbNithal.jpg" alt="Nithal Thumbnail" class="tooltip" title="Nithal Kuwa"  /></a>
 					<a href="http://ucomm.unl.edu/av/video/pyotm/JohnJanovyPYOTM.mp4"><img src="mod/customindex/videoThumbJohn.jpg" alt="John Thumbnail" class="tooltip" title="John Janovy"  /></a>
 					<a href="http://ucomm.unl.edu/av/video/pyotm/RulonGardnerPYOTM.mp4"><img src="mod/customindex/videoThumbRulan.jpg" alt="Rulon Thumbnail" class="tooltip" title="Rulon Gardner"  /></a>
-					<!--  Add more videos here: -->
 					<a href="http://ucomm.unl.edu/av/video/pyotm/PYOTM_ScottKillinger.mp4"><img src="mod/customindex/videoThumbScottKillinger.jpg" alt="Scott Killinger Thumbnail" class="tooltip" title="Scott Killinger"  /></a>
 					<a href="http://ucomm.unl.edu/av/video/pyotm/PYOTM_ClaudeBolton.mp4"><img src="mod/customindex/videoThumbClaudeBolton.jpg" alt="Claude Bolton Thumbnail" class="tooltip" title="Claude Bolton "  /></a>
 					<a href="http://ucomm.unl.edu/av/video/pyotm/PYOTM_ChinaArchitects.mp4"><img src="mod/customindex/videoThumbChinaArchitects.jpg" alt="China Architects Thumbnail" class="tooltip" title="China Architects "  /></a>
@@ -254,8 +253,7 @@
 					 -->
 					
 					
-					<!-- 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