changed typo from toogle to toggle
This commit is contained in:
parent
757da733dd
commit
c9c2ca8041
14
header.php
14
header.php
|
@ -59,13 +59,13 @@
|
||||||
</nav><!--primary #site-navigation -->
|
</nav><!--primary #site-navigation -->
|
||||||
</div>
|
</div>
|
||||||
<div class="secondary">
|
<div class="secondary">
|
||||||
<nav id="site-navigation-secondary" class="site-navigation secondary-navigation toogle-secondary-navigation">
|
<nav id="site-navigation-secondary" class="site-navigation secondary-navigation toggle-secondary-navigation">
|
||||||
<legend class="hide-content">menu</legend>
|
<legend class="hide-content">menu</legend>
|
||||||
<input id="hide-menu-mobile" class="hide-not-mobile toogle" name="toogle" type="radio">
|
<input id="hide-menu-mobile" class="hide-not-mobile toggle" name="toggle" type="radio">
|
||||||
<label for="show-menu-mobile" class="hide-not-mobile toogle-show"><span class="hide-content">open</span></label>
|
<label for="show-menu-mobile" class="hide-not-mobile toggle-show"><span class="hide-content">open</span></label>
|
||||||
<input id="show-menu-mobile" class="hide-not-mobile toogle" name="toogle" type="radio">
|
<input id="show-menu-mobile" class="hide-not-mobile toggle" name="toggle" type="radio">
|
||||||
<div class="toogled-menu">
|
<div class="toggled-menu">
|
||||||
<label for="hide-menu-mobile" class="hide-not-mobile toogle-hide"><span class="hide-content">close</span></label>
|
<label for="hide-menu-mobile" class="hide-not-mobile toggle-hide"><span class="hide-content">close</span></label>
|
||||||
<?php // here content to hide or show ?>
|
<?php // here content to hide or show ?>
|
||||||
<?php
|
<?php
|
||||||
wp_nav_menu(
|
wp_nav_menu(
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
</div><!--toogled-menu-->
|
</div><!--toggled-menu-->
|
||||||
</nav><!--secondary #site-navigation -->
|
</nav><!--secondary #site-navigation -->
|
||||||
|
|
||||||
<?php the_header_image_tag(); // header image to show below menus before title ?>
|
<?php the_header_image_tag(); // header image to show below menus before title ?>
|
||||||
|
|
Loading…
Reference in New Issue