Updated screenshot.

This commit is contained in:
Mickey Kay
2014-01-27 11:52:17 -08:00
parent bde51501d8
commit 334cb53ba1
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ function trestle_nav_modifications() {
function trestle_add_mobile_nav() {
// Only add the button if there is a primary menu
if ( 1 == genesis_get_option( 'trestle_auto_nav' ) || has_nav_menu( 'primary' ) )
echo '<a id="menu-button" class="button" href="javascript: void(0)">' . do_shortcode( genesis_get_option( 'trestle_nav_button_text' ) ) . '</a>';
echo '<a id="menu-button" class="button" href="javascript:void(0)">' . do_shortcode( genesis_get_option( 'trestle_nav_button_text' ) ) . '</a>';
}
/**
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB