Add page references to new map code
authorLaury GvR <laury@gaslightmedia.com>
Tue, 23 Oct 2018 21:01:37 +0000 (17:01 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 23 Oct 2018 21:01:37 +0000 (17:01 -0400)
parts/dropdown-map.php

index 36da155..712583c 100644 (file)
@@ -1,7 +1,7 @@
 
 <!-- WP region PAGE DATA FOR JS PROCESSING -->
 <?php
-    $pages = ['southeast','upper-peninsula','west','southwest','east','destinations'];
+    $pages = ['southeast','upper-peninsula','north','southwest','mid','destinations'];
     foreach($pages as $page){
         $args = array(
             'name'        => $page,