From 4ecfaea32df35a2276c724c9a0f7eda469e2caae Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 11 Jun 2015 08:59:11 -0400 Subject: [PATCH] Fix http issue with font use // and not http or https also bump version number --- header.php | 6 +++--- style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/header.php b/header.php index 41891f3..f856b85 100755 --- a/header.php +++ b/header.php @@ -5,7 +5,7 @@ <?php wp_title();?> - + @@ -35,13 +35,13 @@

view your cart

cart->get_cart_total(); ?> for - cart->cart_contents_count, + cart->cart_contents_count, 'woothemes'), $woocommerce->cart->cart_contents_count);?>

checkout
log out'; } elseif (!is_user_logged_in()) { diff --git a/style.css b/style.css index 359a0f0..2674506 100755 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Tom's Mom's Cookies Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme made for Tom's Mom's Cookies. -Version: 1.0 +Version: 1.0.1 */ -- 2.17.1