adding jw player script to the head tag, bumping theme version
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 24 Jul 2017 12:54:48 +0000 (08:54 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 24 Jul 2017 12:54:48 +0000 (08:54 -0400)
adding the wowzaplayer code to the theme so that the cam footage will play when the
videos are embedded in pages. bumping theme version

header.php
style.css

index 54ce800..5b92db1 100644 (file)
@@ -6,7 +6,8 @@
     <title><?php wp_title(); ?></title>
 <!--    <link rel="shortcut icon" href="<?php // echo get_template_directory_uri(); ?>/favicon.ico">  -->
     <link href="https://fonts.googleapis.com/css?family=Merriweather:400,400i,700" rel="stylesheet">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.19">
+    <script type="text/javascript" src="//player.wowza.com/player/latest/wowzaplayer.min.js"></script>
     <?php wp_head(); ?>
   </head>
   <body>
index 9c321f4..2070b32 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MackinacBridgeAuthority
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MackinacBridgeAuthority
-Version: 1.0.18
+Version: 1.0.19
 */