From: Anthony Talarico Date: Thu, 1 Mar 2018 17:24:12 +0000 (-0500) Subject: adding off canvas menu items X-Git-Tag: v1.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ef110f739dd6260407145f353dff22bbbf9ac749;p=WP-Themes%2Fresorttownship.git adding off canvas menu items adding the topbar menu items to the off canvas --- diff --git a/lib/navigation.php b/lib/navigation.php index 3f6cfb5..e792480 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -58,11 +58,14 @@ function glm_get_top_bar_nav_menu( $theme_location ) * Mobile off-canvas */ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { - function glm_theme_mobile_off_canvas($location) { + function glm_theme_mobile_off_canvas() { echo '
'; echo '
'; } } diff --git a/parts/header-meta.php b/parts/header-meta.php index 7828fdc..cccdd4e 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 533b2ea..826b07a 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Resort Township Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Resort Township -Version: 1.0.0 +Version: 1.0.1 */