Skip to content

Commit

Permalink
[ 不具合修正 ] モバイルナビが無指定の時にグローバルメニューが適用されない不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed May 20, 2021
1 parent efca235 commit b9c7d9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _g3/inc/vk-mobile-nav/config.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

/*-------------------------------------------*/
/* Load modules
/*
Load modules
/*-------------------------------------------*/
if ( ! class_exists( 'Vk_Mobile_Nav' ) ) {
require get_parent_theme_file_path( '/inc/vk-mobile-nav/package/class-vk-mobile-nav.php' );

global $default_nav;
$default_nav = 'Header';
$default_nav = 'global-nav';

global $library_url;
$library_url = get_template_directory_uri() . '/inc/vk-mobile-nav/package';
Expand Down

0 comments on commit b9c7d9b

Please sign in to comment.