From: Laury GvR Date: Mon, 8 Oct 2018 16:27:12 +0000 (-0400) Subject: Minor fix to margin for top links X-Git-Tag: v1.0.0^2~65 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d5967c12c7d5cf2f401de46028dc203258761aff;p=WP-Themes%2Flakesideclub.git Minor fix to margin for top links --- diff --git a/index.php b/index.php index 34cef6f..8324d87 100644 --- a/index.php +++ b/index.php @@ -34,7 +34,9 @@ if (is_search()) { include "sections/search.php"; } - if (is_page() && !is_front_page()) { + if(is_page(OWNERS_PAGE) ){ + include "sections/owners-home.php"; + } else if (is_page() && !is_front_page()) { include "sections/interior-page.php"; } echo '