From: Anthony Talarico Date: Mon, 8 Oct 2018 16:45:08 +0000 (-0400) Subject: adding top links off menu to the off canvas for owners pages only X-Git-Tag: v1.0.0^2~67 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1cccd66ebdbb351db00fac4df37c7c7603d316d6;p=WP-Themes%2Flakesideclub.git adding top links off menu to the off canvas for owners pages only --- diff --git a/functions.php b/functions.php index a5f4bdf..094230f 100644 --- a/functions.php +++ b/functions.php @@ -2,7 +2,7 @@ require_once 'lib/menu-walker.php'; require_once 'lib/navigation.php'; -define('OWNERS_PAGE', 18); // A: 22, L: 18, dev: 150 +define('OWNERS_PAGE', 469); // A: 469, L: 18, dev: 22 $ancestorId = null; $includePages = array(); $frontPageId = get_option('page_on_front'); diff --git a/lib/navigation.php b/lib/navigation.php index c7f64c8..6073847 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -52,8 +52,10 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { function glm_theme_mobile_off_canvas($location) { echo '
'; echo '
'; } }