From 70fb0150f18f9dcc37d160b189ac1150b9af3cf1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 30 May 2018 11:26:00 -0400 Subject: [PATCH] fixing missing div tag div tag from interior page was deleted during an edit, replaced --- sections/interior-page.php | 53 +++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index 3c191da..43c6724 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -1,28 +1,9 @@
- ID ) === "no-sidebars.php") { ?> -
- - "; - echo ''; - bcn_display(); - echo "
"; - }?> - -
- - -
- -
- -
- -
- + ID ) === "no-sidebars.php") { ?> +
+ "; @@ -32,11 +13,31 @@ }?>
- -
-

+ + +
+ +
+ +
+ +
+ + "; + echo ''; + bcn_display(); + echo "
"; + }?> +
+ +
+

+
+ - +
\ No newline at end of file -- 2.17.1