From ef02495d1475334061d6c97b94d8e99ad423ad71 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 25 May 2018 15:55:23 -0400 Subject: [PATCH] Woo page header/footer div tags corrected to match index --- index.php | 2 +- woocommerce.php | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/index.php b/index.php index ad39346..eba81e7 100644 --- a/index.php +++ b/index.php @@ -32,7 +32,7 @@ include "sections/copyright.php"; echo ''; ?> - + diff --git a/woocommerce.php b/woocommerce.php index 8d2c91d..56668f5 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -14,9 +14,9 @@ ?> -
-
-
+
+
+
-->
- - + '; include "sections/footer.php"; include "sections/copyright.php"; - ?> -
-
+ echo '
'; + ?> +
+
-- 2.17.1