<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>