fix mixed content on home page
authorWilliam Rockwood <wrockwood@tadl.org>
Tue, 24 Jul 2012 14:30:57 +0000 (10:30 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Tue, 24 Jul 2012 14:30:57 +0000 (10:30 -0400)
- changed http: to https: on iframe sources

Signed-off-by: William Rockwood <wrockwood@tadl.org>
templates_tadlskin/opac/parts/homesearch.tt2

index 800e705..4b28dbd 100644 (file)
@@ -1,8 +1,8 @@
 <div id="homesearch_main_logo">
 <h1 class="home-header">[% l("Featured Books"); %]</h1>
-<iframe width="960" height="240" src="http://www.tadl.org/slider/books.php" frameborder="0" marginwidth="5" marginheight="5" scrolling="no" style="background:#F0F2F5;text-align:center"></iframe>
+<iframe width="960" height="240" src="https://www.tadl.org/slider/books.php" frameborder="0" marginwidth="5" marginheight="5" scrolling="no" style="background:#F0F2F5;text-align:center"></iframe>
 <h1 class="home-header">[% l("Featured Music"); %]</h1>
-<iframe width="960" height="200" src="http://www.tadl.org/slider/music.php" frameborder="0" marginwidth="5" marginheight="5" scrolling="no" style="background:#F0F2F5;text-align:center"></iframe>
+<iframe width="960" height="200" src="https://www.tadl.org/slider/music.php" frameborder="0" marginwidth="5" marginheight="5" scrolling="no" style="background:#F0F2F5;text-align:center"></iframe>
 <h1 class="home-header">[% l("Featured Movies"); %]</h1>
-<iframe width="960" height="240" src="http://www.tadl.org/slider/video.php" frameborder="0" marginwidth="5" marginheight="5" scrolling="no" style="background:#F0F2F5;text-align:center"></iframe>
+<iframe width="960" height="240" src="https://www.tadl.org/slider/video.php" frameborder="0" marginwidth="5" marginheight="5" scrolling="no" style="background:#F0F2F5;text-align:center"></iframe>
 </div>