From: Anthony Talarico Date: Thu, 27 Sep 2018 20:25:23 +0000 (-0400) Subject: adding staff login to the off canvas menu X-Git-Tag: v1.0.3^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=aab491c6dd04fc2515115d552252a1fbe479750d;p=WP-Themes%2Fcharemisd.git adding staff login to the off canvas menu --- diff --git a/lib/navigation.php b/lib/navigation.php index c993e38..c45c4d7 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -89,6 +89,8 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { echo glm_get_mobile_nav_menu( 'professionals-menu' ); echo glm_get_mobile_nav_menu( 'latest-menu' ); echo glm_get_mobile_nav_menu('alt-menu'); + echo '
  • + ISD Staff Login
  • '; echo ''; } } diff --git a/parts/header-meta.php b/parts/header-meta.php index cbc95fe..219651e 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 7bfe363..edd9234 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Char-EM ISD Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Char EM ISD -Version: 1.0.2 +Version: 1.0.3 */