adding the wowzaplayer code to the theme so that the cam footage will play when the
videos are embedded in pages. bumping theme version
<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>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for MackinacBridgeAuthority
-Version: 1.0.18
+Version: 1.0.19
*/