Update the assets url
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 16 Nov 2017 15:36:54 +0000 (10:36 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 16 Nov 2017 15:36:54 +0000 (10:36 -0500)
need slash

parts/header-meta.php

index 886c48d..9bf3d39 100644 (file)
@@ -24,9 +24,9 @@
         <meta name="smartbanner:price" content="FREE">
         <meta name="smartbanner:price-suffix-apple" content=" - On the App Store">
         <meta name="smartbanner:price-suffix-google" content=" - In Google Play">
-        <meta name="smartbanner:icon-apple" content="<?php echo get_stylesheet_directory_uri() ; ?>assets/smartbanner/smartbanner.png">
-        <meta name="smartbanner:icon-google" content="<?php echo get_stylesheet_directory_uri() ; ?>assets/smartbanner/smartbanner.png">
-        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>assets/smartbanner/smartbanner.css">
-        <script src="<?php echo get_stylesheet_directory_uri() ; ?>assets/smartbanner/smartbanner.js"></script>
+        <meta name="smartbanner:icon-apple" content="<?php echo get_stylesheet_directory_uri() ; ?>/assets/smartbanner/smartbanner.png">
+        <meta name="smartbanner:icon-google" content="<?php echo get_stylesheet_directory_uri() ; ?>/assets/smartbanner/smartbanner.png">
+        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/smartbanner/smartbanner.css">
+        <script src="<?php echo get_stylesheet_directory_uri() ; ?>/assets/smartbanner/smartbanner.js"></script>
     <?php endif; ?>
   </head>