From f177f0445a3c3b5fccac9710dbcdbab0bc78b6de Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 31 Mar 2015 12:57:04 -0400 Subject: [PATCH] Update for navigation Adding the links for the main level sub navigation --- functions.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions.php b/functions.php index 4c84fbb..828143b 100644 --- a/functions.php +++ b/functions.php @@ -72,7 +72,7 @@ function glm_page_menu($parent = 0, $class = '') case 5: if (!$mainLevelPageCount[5]) { echo ' - +
  • Museum Ship Valley Camp

    Explore an actual Great Lakes freighter!

    The Museum Ship Valley Camp offers more than just a tour of her deck. Housed inside her massive cargo holds is a 20,000 square foot museum with over 100 exhibits!

  • '; @@ -82,7 +82,7 @@ function glm_page_menu($parent = 0, $class = '') case 11: if (!$mainLevelPageCount[11]) { echo ' - +
  • Tower of History

    Soaring 210 feet above Sault Ste. Marie and the Soo Locks, the tower has observation platforms for visitors to get spectacular views and photos of the world\'s busiest inland shipping channel.

  • '; @@ -92,7 +92,7 @@ function glm_page_menu($parent = 0, $class = '') case 13: if (!$mainLevelPageCount[13]) { echo ' - +
  • River of History Museum

    The River of History Museum was opened by The Sault Ste. Marie Foundation for Culture and History in 1992, with the mission of preserving and promoting the history of the St. Mary’s River system.

  • '; @@ -102,7 +102,7 @@ function glm_page_menu($parent = 0, $class = '') case 15: if (!$mainLevelPageCount[15]) { echo ' - +
  • Kemp Marina

    The George Kemp Downtown Marina boasts modern facilities within walking distance to downtown restaurants and attractions.

  • '; @@ -112,7 +112,7 @@ function glm_page_menu($parent = 0, $class = '') case 17: if (!$mainLevelPageCount[17]) { echo ' - +
  • Water Street Historic Block

    The historic homes of the Historic Water Street Homes are operated through a cooperative effort between the Chippewa County Historical Society, the Sault Historic Sites, and the City of Sault Ste. Marie, Michigan.

  • '; -- 2.17.1