From: Laury GvR Date: Wed, 28 Dec 2016 18:34:03 +0000 (-0500) Subject: Merged no-sidebar with glm-events-template in interior page X-Git-Tag: v1.0.0^2~50 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d533a42776b6b4a6061799a11eba48793d894618;p=WP-Themes%2Fmcda.git Merged no-sidebar with glm-events-template in interior page These two templates were functioning the same so their code has been merged. --- diff --git a/sections/interior-page.php b/sections/interior-page.php index a1aa86a..e889ec5 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -1,42 +1,31 @@ -
-
-
- - ID ) === "glm-events-template.php" ) { /*check for no side bar template and display full page */ ?> -
- -
-
- - -
-
-
- ID ) === "no-sidebar.php" ) { /*check for no side bar template and display full page */ ?> -
- -
-
- -
- -
-
- -
- -
-
- -
- -
-
- - - -
+
+
+
+ ID ) === "glm-events-template.php" || + get_page_template_slug( $post->ID ) === "no-sidebar.php" ) { /*check for no side bar template and display full page */ ?> + +
+
+
+ +
-
\ No newline at end of file +
+ + +
+ +
+
+ +
+
+
+ + + + + +
\ No newline at end of file