From e84d94681669cd7043b1fe6ed498ea3ed168449b Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 9 May 2018 10:35:52 -0400 Subject: [PATCH] Replaced get_header/footer in woo theme file with actual header/footer code --- index.php | 6 ------ woocommerce.php | 21 +++++++++++++++++++-- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/index.php b/index.php index ef565ea..210608b 100644 --- a/index.php +++ b/index.php @@ -41,11 +41,5 @@ - - - - ID, array( 221, 228, 465 ) ) ) : ?> - - diff --git a/woocommerce.php b/woocommerce.php index 3e9f926..f10ea88 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -1,4 +1,12 @@ - + + + + + +
+
+
+
@@ -171,4 +179,13 @@
- +
+ +
+
+ + + + + + -- 2.17.1