From: Steve Sutton Date: Thu, 11 Jun 2015 12:59:11 +0000 (-0400) Subject: Fix http issue with font X-Git-Tag: v1.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4ecfaea32df35a2276c724c9a0f7eda469e2caae;p=WP-Themes%2FTomsMomsCookies.git Fix http issue with font use // and not http or https also bump version number --- 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 */