Switch images used for yacht club and mackinac run
authorLaury GvR <laury@gaslightmedia.com>
Tue, 7 May 2019 20:30:26 +0000 (16:30 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 7 May 2019 20:30:26 +0000 (16:30 -0400)
lib/menu-walker.php

index a675108..6724c54 100644 (file)
@@ -34,7 +34,7 @@ class Glm_Theme_Top_Bar_Walker extends Walker_Nav_Menu {
 //            $item_html .= "<ul class='sub-menu dropdown medium-block-grid-9'><li>test</li></ul>";
 //        }
 //////        echo "<pre>", print_r($object), "</pre>";
-        if( $depth !== 0 && 1464 == (int)$object->ID ){
+        if( $depth !== 0 && 1465 == (int)$object->ID ){
             $thumbnail = get_template_directory_uri() . '/assets/run-mackinac.jpg';
             $item_style .= "<style>
             #menu-main #menu-item-".$object->ID.":before {
@@ -46,7 +46,7 @@ class Glm_Theme_Top_Bar_Walker extends Walker_Nav_Menu {
             background-size: cover;
             </style>";
 
-        } else if( $depth !== 0 && 1465 == (int)$object->ID ){
+        } else if( $depth !== 0 && 1464 == (int)$object->ID ){
             $thumbnail = get_template_directory_uri() . '/assets/chicago-yacht-race.jpg';
             $item_style .= "<style>
             #menu-main #menu-item-".$object->ID.":before {